Published react-native-codegen@0.0.10 is broken
See original GitHub issueNot sure if something went wrong during publishing of the package yesterday, but looking at the contents of react-native-codegen@0.0.10
reveals that it only contains 2 files (README.md
and package.json
).
The previous version (0.0.9
) contains 127 files (as expected).
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Troubleshooting - React Native
These are some common issues you may run into while setting up React Native. If you encounter something that is not listed here, ......
Read more >react-native-codegen | Yarn - Package Manager
Breaking changes to ScrollView , CameraRollView , and SwipeableRow that make it no longer bound to the component instance in certain methods; Support...
Read more >react-native-codegen - npm
Code generation tools for React Native. Latest version: 0.69.2, last published: 19 days ago. Start using react-native-codegen in your ...
Read more >Use React Native
v0.63.x on GitHub (npm) Release blog post Changelog v0.63.0 Breaking The target field of events is now a native component, not a react...
Read more >Error when trying to run my React Native app on Android
Because jCenter is removed from latest react native and com.yqritc:android-scalablevideoview is only published there you need to add jCenter ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cortinico Thanks for checking back. Yes, it is fixed in
0.0.11
, and your explanation makes perfect sense!This should be fixed by codegen
0.0.11
. If not, please let me know. You were seing that error because the infra was missing thelib
and was falling back to thereact-native-codegen/scripts/oss/build.sh
script to try to build it, which is used only when we used the codegen from source.