Skip to content

backand/react-native-example

Repository files navigation

React Native + Backand JavaScript SDK

An example of React Native project with Backand Inetgartion and workflow based on react-native-cli

Prerequisites

  1. Install latest nodeJs https://nodejs.org/

  2. Install React Native CLI(This is global Dependency). react-native-cli

npm install -g react-native-cli

Note : If you get an error like Cannot find module 'npmlog', try installing npm directly: curl -0 -L https://npmjs.org/install.sh | sudo sh.

Read more react-native-cli

Getting started

  1. Clone Project
 $ git clone https://github.com/backand/react-native-example.git
 $ cd react-native-example
  1. Go to project folder and install dependencies:
npm install
  1. Set up your emulator ios: https://facebook.github.io/react-native/docs/getting-started.html#xcode (install xcode)
    android: https://facebook.github.io/react-native/docs/getting-started.html#4-set-up-your-android-virtual-device (install Android Studio and run avd)

  2. Launch app

$ react-native run-ios
$ react-native run-android 

Error and Solutions -

  1. Unrecognized font family "FontAwesome"
    npm install react-native-vector-icons --save
    react-native link react-native-vector-icons
  • ENJOY! 😄

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •