| #
55092376 |
| 02-Oct-2020 |
Bartłomiej Bukowski <[email protected]> |
[Android][standalone] Fix splash screen in standalone builds (#10519)
|
| #
734a9caa |
| 31-Aug-2020 |
Eric Samelson <[email protected]> |
[android][ios] pass app.json updates config to expo-updates in standalone apps (#9985)
|
| #
88204d82 |
| 03-Dec-2018 |
Stanisław Chmiela <[email protected]> |
[android] Unify shell app and ejected apps, pave the way for optional modules (#2836)
* Fix versioned ABIs dependencies
* Let activities manage included Packages
* Move ShellAppActivity to app
[android] Unify shell app and ejected apps, pave the way for optional modules (#2836)
* Fix versioned ABIs dependencies
* Let activities manage included Packages
* Move ShellAppActivity to app
* Split unimodules dependencies and allow removing them from the project
* Remove ShellAppActivity, let's always use MainActivity
* Fix signing assets bundling in Turtle
* Rename isShellApp to isStandaloneApp
* Remove IS_DETACHED Constants value in favor of isStandaloneApp
* Add Creating Universal Modules guide
* Fix mSdkVersion value in Expo Client
* Update XDL in tools-public
show more ...
|
| #
e6f5cd44 |
| 20-Sep-2018 |
Eric Samelson <[email protected]> |
remove Expo Amplitude analytics from shell apps (#3179)
fbshipit-source-id: 32d760c
|
| #
f05989fa |
| 02-Aug-2018 |
Eric Samelson <[email protected]> |
allow ExpoKit users to disable expo analytics (#2901)
fbshipit-source-id: 3fb7c58
|
| #
a44b8a65 |
| 04-Jul-2018 |
James Ide <[email protected]> |
Enable FCM in the Expo client
We are moving to FCM for Android notifications because Google has deprecated GCM and we have deliverability issues with GCM/SNS. This commit adds the FCM services confi
Enable FCM in the Expo client
We are moving to FCM for Android notifications because Google has deprecated GCM and we have deliverability issues with GCM/SNS. This commit adds the FCM services config to AndroidManifest.xml for all apps and then sets the `FCM_ENABLED` to true by default. For standalone apps that don't have a `google-services.json` file, we set `FCM_ENABLED = false`.
Tested by building the Expo client locally and running the push notification test experience. Verified in the Postgres DB's `push_devices` table that the client registered using FCM, and sent a test notification with the notification dashboard to test notifications end-to-end.
Detached a project and verified that `FCM_ENABLED = false` was in the project (which didn't have FCM set up for standalone).
fbshipit-source-id: d2b787e
show more ...
|
| #
46664d58 |
| 30-Mar-2018 |
Jesse Ruder <[email protected]> |
Disable gcm when fcm is enabled
fbshipit-source-id: 85c3045
|
| #
30fccd70 |
| 16-Mar-2018 |
Eric Samelson <[email protected]> |
Updates module (#2203)
fbshipit-source-id: 477c902
|
| #
236bbff4 |
| 19-Dec-2017 |
Jesse Ruder <[email protected]> |
Add Constants.androidVersionCode
fbshipit-source-id: b5a4e6d
|
| #
96f02744 |
| 13-Dec-2017 |
Jesse Ruder <[email protected]> |
Update proguard config to fix AppConstants
fbshipit-source-id: 5af8aa3
|
| #
fa822585 |
| 09-Dec-2017 |
Jesse Ruder <[email protected]> |
Move Constants to AppConstants
fbshipit-source-id: 9717846
|