This app is used to send text content to other apps.
- MacOS Mojave 10.14.3
- Node 11.8.0
- npm 6.5.0
- react-native-cli 2.0.1
_Requires `react-native-cli` installed_
- Clone the project.
- navigate to LikelyApp folder using
cd ShareApp
. - Install dependencies with
npm install
. - Run with
react-native run-android
andreact-native run-ios
.