Muhammad Zeeshan
Muhammad Zeeshan

Reputation: 4641

React Native IOS getting error Cannot read property 'startLoadWithResult' of null

Hey there i am using payment integration lib https://www.npmjs.com/package/rn-telr-sdk whenever try to run it it gives me this error therefore if anyone is facing this error please do help me on this.

enter image description here

Upvotes: 6

Views: 1162

Answers (2)

karime Villanueva
karime Villanueva

Reputation: 1

This can also happen when the library is duplicated. Check that there is no other library containing a different version of react-native-webview

Upvotes: 0

Karim Kalashov
Karim Kalashov

Reputation: 31

I fixed this, just updated react-native-webview to the latest version in my case it is 13.7.0 npm i react-native-webview@latest

Upvotes: 2

Related Questions