DalbirKaur
DalbirKaur
Yes, I have already added this in 'my_project/android/app/src/main/AndroidManifest.xml. Example of code:<activity android:name=".MainActivity" android:label="@string/app_name" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" android:launchMode="singleTask">
@platonish, I am not able to get any lead yet.
@maleking, I have pasted the content of AndroidManifest.xml file of my project. Because I was unable to attach the .xml file.
@apamphilon try the below code. componentDidMount(){ this._checkInitialUrl() AppState.addEventListener('change', this._handleAppStateChange) Linking.getInitialURL().then(async (url) => { if (url) { console.log('Initial url is: ' + url); } }).catch(err => console.error('An error occurred', err)); }...