Skip to content
Advertisement

Tag: react-native

Can’t set state in js react-native

Getting error while trying to setState in React Native. Code Error TypeError: undefined is not an object (evaluating ‘_this.setState’) Answer useState Hook Functional components don’t have access to setState method but useState hook. useState hook works by defining the name of value, e.g. foo followed by it’s setter. It’s a convention to name the setter with the same name as

Cannot upload app to appstoreconnect cause “UIWebView” is still being used – ITMS-90809

So i am using React Native to develop the app and trying to upload the app to TestFlight via AppStoreConnect. Everytime i upload i get an email from apple: ITMS-90809: Deprecated API Usage – New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability Yes, i’ve taken a loook at similar posts that

Advertisement