Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 278 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 278 Bytes

Clôner les sources

git clone https://github.com/amallo/bbnb-sample.git
cd bbnb-sample

Installer les modules

NE PAS UTILISER npm install

npm ci

lancer un bundler

npm start

compiler l'application

npx react-native run-android