Foxxiblak

Results 4 comments of Foxxiblak

Are you using react-native-localization or react-native-localize? I have error: > Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that...

UPD: I fixed it! It turns out that share also worked with localization, I just made a small mistake in importing my js code! The problem is not in the...

Okay, everything worked correctly for me in version 5.0.5, but after updating to version 6.0.0 everything broke again! >.

Hi, the library already provides a way to override these fields — you just need to pass them correctly to the `ToastManager`. For example: ```tsx ``` You can also override...