I hereby claim:
- I am sohotsoup on github.
- I am sohotsoup (https://keybase.io/sohotsoup) on keybase.
- I have a public key ASBLTCUo7uj4ba7oSrfuq3E8uHMm2MOI-JUJZoqWVPz25go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import React from 'react'; | |
| import { connectStyle } from '@shoutem/theme'; | |
| import { | |
| ScrollView, | |
| Screen, | |
| Title, | |
| Caption, | |
| Icon, | |
| Image, | |
| Tile, |
| import React from 'react'; | |
| import { ScrollView } from 'react-native'; | |
| import { connectStyle } from '@shoutem/theme'; | |
| import { | |
| Screen, | |
| Title, | |
| Caption, | |
| Icon, | |
| Image, | |
| Overlay, |
| import React, { | |
| View, | |
| ScrollView, | |
| Dimensions, | |
| Animated, | |
| Text, | |
| } from 'react-native'; | |
| import { INCLUDE, connectStyle } from 'shoutem/theme'; | |
| import { RichMedia, ShoutemIconButton, GridBox, InfoFields } from 'shoutem.ui'; | |
| import * as _ from 'lodash'; |
| startServer() | |
| { | |
| open http://localhost:$1 | python -m SimpleHTTPServer $1 | |
| } | |
| alias server=startServer | |
| # Configure colors, if available. | |
| if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then | |
| c_reset='\[\e[0m\]' |