Deanna2026t / content-apps-maintaining-github-apps-about-github-app-managers.md

1 stars 0 forks source link

<meta-data android:name="firebase_inapp_messaging_auto_data_collection_enabled" android:value="false" /> #2

Open Deanna2026t opened 6 months ago

Deanna2026t commented 6 months ago

https://github.com/firebase/snippets-android/blob/f2a9cc4d8170c65d09dbdb3b1114542ef4a47bfd/inappmessaging%2Fapp%2Fsrc%2Fmain%2FAndroidManifest.xml#L14-L16

Deanna2026t commented 5 months ago

https://github.com/firebase/snippets-android/blob/f2a9cc4d8170c65d09dbdb3b1114542ef4a47bfd/inappmessaging%2Fapp%2Fsrc%2Fmain%2FAndroidManifest.xml#L14-L16

Deanna2026t commented 5 months ago

import React from 'react'; import {Text, View} from 'react-native'; import {Header} from './Header'; import {heading} from './Typography';

const WelcomeScreen = () => (

Step One Edit App.js to change this screen and turn it into your app. See Your Changes Press Cmd + R inside the simulator to reload your app’s code. Debug Press Cmd + M or Shake your device to open the React Native Debug Menu. Learn Read the docs to discover what to do next:

);