Skip to content

jottenlips/lerna-with-react-native-components

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lerna-with-react-native

This is a React Native project configured with lerna.

How to build and run this project

Run these commands from the root directory

npm install
npx lerna bootstrap

Run these commands from packages/MobileApp directory

cd packages/MobileApp/ios
pod install //You might need to install cocoapods first

cd .. //Navigate back to packages/MobileApp
npx react-native start //Run metro bundler
npm run ios //Run project on iOS simulator

About

Sample project to showcase usage of lerna with a react native project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 28.1%
  • Ruby 24.0%
  • Objective-C 19.8%
  • JavaScript 19.4%
  • Starlark 8.7%