react-native-firestack icon indicating copy to clipboard operation
react-native-firestack copied to clipboard

After installation and setup, error

Open danielcolgan opened this issue 8 years ago • 3 comments

Hello!

After I setup project and trying to start I have the same issues each time (I did this 5 times before starting write here...)

What I actually did:

react-native init appName
cd appName
npm install react-native-firestack --save
react-native link react-native-firestack
cd ios && pod update --verbose

System:

XCode 8.2.1
OSX Sierra 10.12.2

My dependancies:

 "dependencies": {
    "firebase": "^3.6.4",
    "react": "15.4.2",
    "react-native": "0.39.2",
    "react-native-firestack": "^2.3.5"
  },
  "devDependencies": {
    "babel-jest": "18.0.0",
    "babel-preset-react-native": "1.9.1",
    "jest": "18.1.0",
    "react-test-renderer": "15.4.2"
  }

Next I copy file into xcode project "GoogleService-Info.plist". copy-file

After I launch app using react-native run-ios: error-display

Please, help me! Actively looking for resolve this error. If you need further information let me know.

Thank you, Daniel

danielcolgan avatar Jan 07 '17 00:01 danielcolgan

no your issue seems different.. I am past compilation.. :-) You issue might be related to React 0.4 which was recently released in case it is a brand new project. Try downgrading to 0.39.2 if it is related to that.

vivekmago avatar Jan 07 '17 00:01 vivekmago

@vivekmago, nothing change I'm using 0.39.2. Also I use node v 7.3.0.

danielcolgan avatar Jan 07 '17 00:01 danielcolgan

@DanielMcColgan : did you solve it?

henrycity avatar Jan 26 '17 14:01 henrycity