react-figma / react-figma

⚛️ A React renderer for Figma
https://react-figma.dev
MIT License
2.53k stars 129 forks source link

Create stubs/dummy api for all React Native APIs #322

Open ilyalesik opened 4 years ago

macintoshhelper commented 4 years ago

I feel that it may be better for the app to crash if non-implemented APIs are used, rather than work with a stub, and would add to the bundle size.

If someone wishes to stub unimplemented APIs, they could use a Webpack alias for react-native to use something like react-platform to stub unimplemented APIs, and this could be explained in the documentation?