brentvatne / growler-prowler

207 stars 59 forks source link

Building app #5

Closed msantic closed 7 years ago

msantic commented 7 years ago

Hi,

I'm new to React Native ecosystem so I'm confused a bit because don't see any way to build&run your project. When I check your package.json file I don't see typical "scripts" section like in other Expo project created with "create-react-native-app"

"scripts": { "start": "react-native-scripts start", "eject": "react-native-scripts eject", "android": "react-native-scripts android", "ios": "react-native-scripts ios", "test": "node node_modules/jest/bin/jest.js --watch" },

Am I missing something?

Thank you.

Best,

Marko