sourcetoad / react-native-sketch-canvas

A React Native component for drawing by touching on both iOS and Android.
MIT License
4 stars 3 forks source link

fix: react-native.config.js, not react-native-config.js #43

Closed iBotPeaches closed 1 year ago

iBotPeaches commented 1 year ago

React Native CLI can be configured by creating a react-native.config.js at the root of the project. Depending on the type of a package, the set of valid properties is different.

This was named improperly which is causing issues when moving to new arch as interop layer isn't working.