IZeboot / exampleRN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Install CocoaPods

https://facebook.github.io/react-native/docs/integration-with-existing-apps.html#3-install-cocoapods in doc react native CocoaPods is a package management tool for iOS and macOS development. We use it to add the actual React Native framework code locally into your current project.

  • We recommend installing CocoaPods using Homebrew: $ brew install cocoapods

Install Package and In Project ( Hataraclub_app):

1. Install package

yarn install / npm install 

2. If using macOS development then install the React Native pod (in directory Hataraclub_app/ios)

cd ios
pod install

Bug libs:

About


Languages

Language:JavaScript 72.5%Language:Objective-C 13.2%Language:Python 6.6%Language:Java 6.2%Language:Ruby 1.6%