avishain / react-native-range-slider-expo

Customizable range slider for react native apps
MIT License
29 stars 12 forks source link

An error on expo latest version: Invarian Violation: No callback found with cbID 2 and callID 1 for module <unkown>. Args: ' [{"app_state": "active"}]' #8

Closed Cigan12 closed 3 years ago

Cigan12 commented 3 years ago

This on Iphone XR, and on android another one: Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication), i registered module like in docs image image

image Hope you'll fix it)

Cigan12 commented 3 years ago

image image

avishain commented 3 years ago

Thanks for raising this but I'm quite sure it has noting to do with the package. In case it still appears after (1) clearing the cache and (2) restarting your computer - then please let me know and i'll try to figure it out. I'm keeping the issue open and witing for your feedback.

Cigan12 commented 3 years ago

Thanks for reply, i did that, but nothing changed, i take the RangeSlider component from the module and paste it in my project, and then it works, maybe i should do some specific with expo?

avishain commented 3 years ago

I assume then that it has something to do with my configurations. What if you remove the app.json file. Does it make a difference?

Cigan12 commented 3 years ago

I assume then that it has something to do with my configurations. What if you remove the app.json file. Does it make a difference?

No, nothing changed(

Cigan12 commented 3 years ago

Should i do expo eject?

avishain commented 3 years ago

No no. Do not eject just because of the Silder. Keep using the managed workflow and just take the RangeSlider component from the module and paste it in your project ,

Cigan12 commented 3 years ago

Okey, thank you, let me know, if something change

avishain commented 3 years ago

Closing issue as it isn't repetitive problem