react-native-toasty
react-native-toasty copied to clipboard
React Native: Native Toast
get this errer TypeError: Cannot read property 'Show' of null, js engine: hermes when show any toast using "react-native": "0.72.1",
why i'm install in react native v.0.69 and react v.18.0.0 can't run ? which threw an exception: Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported...
Working fine on RN 61.5. But getting this error on a new project on ios. Android works fine.   Any help will be greatly appreciated!
Why did you suggest the font file extension to be ttf? on Android. // fontFamily + ".ttf" How about taking only fontFamily or putting props that give extension?
Seeing nonstop crashes on Samsung Galaxy phones, predominantly using Android 9 (though happening in 10, 11 as well): ``` java.lang.NullPointerException: at ui.toasty.RNToastyModule.Show (RNToastyModule.java:80) at java.lang.reflect.Method.invoke (Native Method) at com.facebook.react.bridge.JavaMethodWrapper.invoke (JavaMethodWrapper.java:372)...
Reproducible by: ```javascript RNToasty.Success({ title: 'XXX', titleColor: "#46CC9F", tintColor: "#F1F9FF", icon: props => , withIcon: true }); ``` If you remove the `tintColor` property, it works again
I've read the issues and I believe this is not a duplicate. When using android and specifying a tintColor, the following issue arises.  I believe it's an issue over...
Hello! Made an application release with the latest version of the package (`1.0.2`) a couple of days ago. I use firebase-analytics in the application. About 1-2 percent of users started...
See https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#what-do-i-need-to-have-in-my-package-to-make-it-work