Open BiskremMuhammad opened 4 years ago
@BiskremMuhammad , i have resolved this issue like below. in react-native-simple-twitter ->Components -> Modal.tsx add webView like below.
<WebView originWhitelist={['*']} startInLoadingState={true} javaScriptEnabledAndroid={true} javaScriptEnabled={true} source={{ uri: props.authURL }} onNavigationStateChange={props.onWebViewStateChanged} />
i can't find a module to specify which twitter callback url to use. as of my case i have another callback url in my twitter app dashboard to handle login in the browser.