heyman333 / react-native-animated-numbers

🎰 Library showing animation of number changes in react-native
MIT License
360 stars 43 forks source link

TypeError: undefined is not an object (evaluating 'InnerNativeModule.installCoreFunctions') #37

Open ghasemikasra39 opened 2 years ago

ghasemikasra39 commented 2 years ago

On both android and ios:

"react-native": "0.64.2"
"react-native-animated-numbers": "^0.4.1"
import AnimatedNumbers from 'react-native-animated-numbers';

const [points, setPoints] = useState(37089)

<AnimatedNumbers
                  includeComma
                  animateToNumber={points}
                  fontStyle={AppStyles.boldButtonText}
              />