Download Link: https://apps.apple.com/au/app/weatherpro/id1589661415
Download Link: https://testflight.apple.com/join/835tbuix
github clone to local repository,use yarn download the dependencies:
yarn
Link the @ant-design/react-native
font file (optional):
yarn react-native link
for iOS download pod dependencies(Android skip):
cd ios && pod install && cd -
start watch,listen for file changes:
yarn watch
another terminal,run Android app:
yarn android
or,run iOS app:
yarn ios
Setting up the development environment (https://reactnative.dev/docs/environment-setup)