I hereby claim:
- I am donhv on github.
- I am leehoo01 (https://keybase.io/leehoo01) on keybase.
- I have a public key ASDVtYmZkWbfC-NOzHCLouaeQmi6_GE-ROTuohXzluXMswo
To claim this, I am signing this object:
| { | |
| "test":"" | |
| "assets": { | |
| "products": [{}, {}] | |
| }, | |
| "features": { | |
| "auth": {}, | |
| "contact": {}, | |
| "downloadUrl": {}, | |
| "googleApiKey": "1", |
I hereby claim:
To claim this, I am signing this object:
| import React, {Component} from "react"; | |
| import {Animated, Dimensions, Platform, Text, TouchableOpacity, View} from "react-native"; | |
| import {Body, Header, List, ListItem as Item, ScrollableTab, Tab, TabHeading, Tabs, Title} from "native-base"; | |
| import LinearGradient from "react-native-linear-gradient"; | |
| const {width: SCREEN_WIDTH} = Dimensions.get("window"); | |
| const IMAGE_HEIGHT = 250; | |
| const HEADER_HEIGHT = Platform.OS === "ios" ? 64 : 50; | |
| const SCROLL_HEIGHT = IMAGE_HEIGHT - HEADER_HEIGHT; | |
| const THEME_COLOR = "rgba(85,186,255, 1)"; |