Simple code examples for intro into React Native
- https://facebook.github.io/react-native/docs/performance.html
- React native debugger
import MessageQueue from 'react-native/Libraries/BatchedBridge/MessageQueue'; MessageQueue.spy(true);
- Create couple text and add color,fontSize, fontWeight
- Create three boxes with flex box
- Create three boxes with position absolute, relative etc
- Create a fade in ball animation
- Create a dragable with panGestures
- Platform.OS
- Platform.select
- Platform.Version
- Platform Specific Extensions
https://github.com/react-native-community/react-native-linear-gradient
- react-native link
- reant-native run-ios
- reant-native run-android
- Endpoint: https://jsonplaceholder.typicode.com/posts/1
- Fetch
- Promise Chaining
- Async/Await