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

2

6

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

Megillah answered 6/4, 2023 at 13:22 Comment(2)
did u get any solution?Glaucoma
I'm getting the same error while using this rich text editor library on iOS. github.com/wxik/react-native-rich-editor Did you ever find a fix? For me the call stack is alluding to something related to WebView.ios.jsAcquiesce
B
2

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

Brazenfaced answered 1/2, 2024 at 21:42 Comment(2)
As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.Tune
This really helped me solve a similar problem i was having.Backset
S
0

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

Selfassured answered 17/4, 2024 at 15:14 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.