Skip to content

Vchouliaras/RNTraining

Repository files navigation

Agile Actors - Learing

Simple code examples for intro into React Native

Debugging

React Native Packager

import MessageQueue from 'react-native/Libraries/BatchedBridge/MessageQueue'; MessageQueue.spy(true);

Styling

  • Create couple text and add color,fontSize, fontWeight
  • Create three boxes with flex box
  • Create three boxes with position absolute, relative etc

Animations

  • Create a fade in ball animation
  • Create a dragable with panGestures

Platform specific code

  • Platform.OS
  • Platform.select
  • Platform.Version
  • Platform Specific Extensions

Linking and Using third party libraries

https://github.com/react-native-community/react-native-linear-gradient

  • react-native link
  • reant-native run-ios
  • reant-native run-android

Network Requests

About

Code Examples for intro into React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published