0
react-native init --version 0.55.4 aplicativo
I used version 0.55.4 because the current version is giving error 500
npm install firebase --save
I used these two commands on the console, and went to the project to put the firebase reference
import firebase from 'firebase';
When I give React-Native run-android, error 500 appears
Error in the Node:
error: Unable to resolve module 'firebase' from app.js module firebase
Try to start the server with
npm start
and then execute thereact-native run-android
– Higor Alves
Didn’t work =/
– Matheus Silva