Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add user-friendly error message when worklet cannot be created due to…
… missing Babel plugin (#3893) ## Summary This PR adds an user-friendly error message when worklet cannot be created due to missing Reanimated Babel plugin. Before: ![before](https://user-images.githubusercontent.com/20516055/210056688-18ef9023-cd9b-4f05-8384-61c2056fed00.png) After: ![after](https://user-images.githubusercontent.com/20516055/210056691-23b01891-7b27-493f-af1d-aa4df664d6bf.png) ## Test plan Check on a fresh RN app without editing `babel.config.js`.
- Loading branch information