react-native-number-ticker icon indicating copy to clipboard operation
react-native-number-ticker copied to clipboard

Are native modules required?

Open StanislavMayorov opened this issue 5 years ago • 1 comments

Hi. Why does this module have ios and android folders? Is there any native code? It is linked after react-native link and breaks build because of DEPLOYMENT_TARGET=9.0.

And can move dependencies to peer dependencies please?

  "dependencies": {
    "react": "16.6.0-alpha.8af6728",
    "react-native": "0.57.4"
  

StanislavMayorov avatar Jul 11 '19 09:07 StanislavMayorov

Fork https://github.com/wowmaking/react-native-number-ticker We removed native modules, fixed issue when duplicate digits have the same key, replace npm dependencies to peer dependencies.

StanislavMayorov avatar Jul 22 '19 12:07 StanislavMayorov