Learn React Native with reactgraphql.academy in a fun way by building a Twitter clone.
- Create an account https://expo.io/signup
- iOS : http://bit.ly/expo-ios-client
- Android : http://bit.ly/expo-android-client
yarn global add expo-cli
git clone https://github.com/reactgraphqlacademy/twitter-clone-native.git
cd twitter-clone-native
yarn
To get the app up and running (and really see if it worked), run:
yarn start # you can open iOS, Android, or web from here, or run them directly with the commands below.
yarn android
yarn ios
yarn web
This should start up your browser on http://localhost:19002/
. From there you can scan the QR code. š¤³
- React Native Foundations
- React Native Navigation
- React Native Animations
- React Native Ecosystem
- React Native Data Management
- React Native Releases and Quality Assurance
All the links are available on the React Native Mindmap.
A quick feedback is alway apreciated to improve the materials. At the end of the workshop, please go to this URL to give feedback.
Thank you!