Merge branch 'master' of https://github.com/invertase/react-native-firebase
This commit is contained in:
commit
56e3ba1a8d
|
@ -73,9 +73,9 @@ Add permissions:
|
|||
<uses-permission android:name="android.permission.VIBRATE" />
|
||||
```
|
||||
|
||||
Set app [launch mode](https://inthecheesefactory.com/blog/understand-android-activity-launchmode/en) inside application props:
|
||||
Set app [launch mode](https://inthecheesefactory.com/blog/understand-android-activity-launchmode/en) inside activity props:
|
||||
```xml
|
||||
<application
|
||||
<activity
|
||||
...
|
||||
android:launchMode="singleTop"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue