wumke / react-native-immediate-phone-call

Initiate immediate phone call (without further user interaction) for React Native on iOS and Android.
GNU General Public License v3.0
174 stars 51 forks source link

Can not be release app with crash #23

Closed NguyenPhatBG closed 2 years ago

NguyenPhatBG commented 5 years ago

capture

wumke commented 5 years ago

I've not seen this myself, did you already try clearing the project, build files, invalidate caches etc...? Android Studio and Xcode seem to mess up sometimes, leading to a whole range of strange issues!

NguyenPhatBG commented 5 years ago

I'm try with react-native version 58.4 / 58.5 on two project, It's also wrong like that, You had try new react-native version :( Now, I'm using react-native-phone-call to instead, can you please check with new rn version !!!

wumke commented 5 years ago

I recently created a fresh new project with rn58 but was forced immediataly to downgrade to rn57 due to other library limits. In my experience it better not to use the latest rn version when you depend on external libs... Another good tip: commit node_modules folder in your own project repo.

If you find the reason for the error, please let me know, then I can make changes and mention which library versions to use with which rn version.

wumke commented 2 years ago

see https://github.com/wumke/react-native-immediate-phone-call/issues/30