RobertFOConnor / react-native-number-ticker

A simple easy-to-use ticker component for animating ticker numbers.
29 stars 15 forks source link

Are native modules required? #5

Open StanislavMayorov opened 5 years ago

StanislavMayorov commented 5 years ago

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 commented 5 years ago

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.