kristianmandrup / slush-react-native-ts-generator

Slush generator for React Native apps with Typescript
MIT License
0 stars 0 forks source link

[Bug] Must run inside project generated with react-native-cli #1

Closed luchillo17 closed 7 years ago

luchillo17 commented 7 years ago

Environment

Output

image

kristianmandrup commented 7 years ago

Can be fixed here:

https://github.com/kristianmandrup/slush-react-native-ts-generator/blob/master/default/tasks.js#L42

kristianmandrup commented 7 years ago

Pushed new version with fix. Give it a try. Thanks

luchillo17 commented 7 years ago

New output, look at that comma typo after web, that dot should be a comma: image

kristianmandrup commented 7 years ago

Thanks. Pushed fix to comma. Haven't used React or RN in long time... You are most welcome to continue/improve this generator as you see fit to suit your needs and prefs.