Closed alechko closed 3 years ago
I've managed to resolve this issue, it was not related to this template but to Flipper.
I've had 0.69 version installed, and after using use_flipper!({ 'Flipper-Folly' => '2.3.0' })
it was working.
So I upgraded Flipper and reverted to use_flipper!
the build was successful.
Expected results
Running
yarn ios
ornpx react-native run-ios
should start the project in a simulator or a deviceObserved results
The project fails to build.
Logs
running
npx react-native run-ios
result:debug.log contents:
Steps to reproduce
npx --ignore-existing react-native init projectts --template react-native-template-typescript
cd projectts && npx react-native run-ios