mkuczera / react-native-haptic-feedback

React-Native Haptic Feedback for iOS with Android similar behaviour.
MIT License
855 stars 103 forks source link

fix: add src folder to npm in order to make codegen work #94

Closed WoLewicki closed 1 year ago

WoLewicki commented 1 year ago

@mkuczera could you please restore src folder to npm package and release new version with it? This folder is needed in order for codegen to work correctly since it looks for this folder while parsing specs. Also, what is the reason for not including it anyways?

mkuczera commented 1 year ago

Sorry, the intention was to exclude development files and just publish with the build result.

WoLewicki commented 1 year ago

I think it is expected to add the source code to the package when releasing it so people can check and maybe change it if they need to. Could you make a quick patch release with this change so it is possible to use new arch in the library?

mkuczera commented 1 year ago

Sure. The Version 2.0.3 is just released @WoLewicki