Powered by me with react-native
-
Install React Native as described at https://facebook.github.io/react-native/docs/getting-started.html#content
-
Clone this repository
-
Run
yarn install
, all required components will be installed automatically- Run
pod install
fromCalendar-Application/ios
folder - Run
yarn ios
to run emulator (installed XCode is required) - You can also just start XCode and open genenerated
calendar.xcworkspace
fromios
folder to run on device directly. More info
- Open emulator in Android Studio or connect device. More info
- Run
yarn start
andyarn android
- To generate unsigned release apk run
yarn apk
. Output path isandroid/app/build/output/release
- Run