| #
0502d1f9 |
| 18-May-2023 |
Tomasz Sapeta <[email protected]> |
Remove Amplitude from Expo Go (#22523)
|
| #
6a727526 |
| 08-May-2020 |
Tomasz Sapeta <[email protected]> |
[android] Remove Fabric and Crashlytics on Android (#8211)
# Why
Closes #8047
# How
I removed:
- Fabric and Crashlytics setup
- `FABRIC_API_KEY` and `FABRIC_SECRET_KEY` from secrets keys
[android] Remove Fabric and Crashlytics on Android (#8211)
# Why
Closes #8047
# How
I removed:
- Fabric and Crashlytics setup
- `FABRIC_API_KEY` and `FABRIC_SECRET_KEY` from secrets keys
- `fabric.properties` files
- Removed Fabric and Crashlytics files from cluttered `.gitignore` files
# Test Plan
CI jobs passed, Android's client builds and works as expected.
show more ...
|
| #
be238206 |
| 20-Apr-2020 |
Stanisław Chmiela <[email protected]> |
[tools-public] Remove check-dynamic-macros-android.sh (#7919)
# Why
Follow-up to https://github.com/expo/expo-cli/pull/1933.
# How
Since we won't use `check-dynamic-macros-android.sh` when
[tools-public] Remove check-dynamic-macros-android.sh (#7919)
# Why
Follow-up to https://github.com/expo/expo-cli/pull/1933.
# How
Since we won't use `check-dynamic-macros-android.sh` when building standalone apps and there is no other place we use it we can remove it. Let's believe in `expotools`!
# Test Plan
I will cherry-pick that commit to `sdk-37` and push a new image to Android staging.
show more ...
|
| #
53a55aac |
| 03-Apr-2020 |
Dominik Sokal <[email protected]> |
[template-files][tools-public][expotools] don't use jq in check-dynamic-macros-android.sh (#7607)
|
| #
fc77b8df |
| 04-Feb-2020 |
Michał Czernek <[email protected]> |
[tools] Prevent from checking whether google-services.json is present in bare-expo app. (#6931)
* [tools] Prevent from checking whether google-services.json is present in bare-expo app.
|
| #
427ff67e |
| 20-Dec-2019 |
Stanisław Chmiela <[email protected]> |
[bare-expo][tools] Add google-services.json to bare-expo (#6576)
# Why
We'll need Firebase integrated for `expo-notifications`.
# How
- added `dev.expo.payments` to our `exponentjs` Firebas
[bare-expo][tools] Add google-services.json to bare-expo (#6576)
# Why
We'll need Firebase integrated for `expo-notifications`.
# How
- added `dev.expo.payments` to our `exponentjs` Firebase console,
- added a template file for a minimal `google-services.json` and configured `expotools` to generate it to `bare-expo` project,
- added generated file path to root `.gitignore` in `Generated files` section
- provided placeholder values for this new template,
- copied `GenerateDynamicMacrosPlugin` from the root Android project, changing the number of `../` accordingly,
- added [the Google Services Gradle plugin](https://developers.google.com/android/guides/google-services-plugin) to `bare-expo`
# Test Plan
1. `et android-generate-dynamic-macros`
```sh
rm apps/bare-expo/android/app/google-services.json # failed as expected
et android-generate-dynamic-macros # finished successfully
cat apps/bare-expo/android/app/google-services.json # printed file
```
2. Project sync step
- opened Android Studio
- project synced
- `apps/bare-expo/android/app/google-services.json` was created
- app ran without problems
show more ...
|
| #
6aecae58 |
| 04-Mar-2017 |
Jesse Ruder <[email protected]> |
ExponentView -> ExpoView
fbshipit-source-id: 46cffc7
|
| #
2f17e538 |
| 16-Sep-2016 |
Jesse Ruder <[email protected]> |
Exponent view
fbshipit-source-id: 1704aa4
|
| #
2a38a11e |
| 16-Aug-2016 |
Exponent GitHub Bot <[email protected]> |
Initial commit
fbshipit-source-id: ddcb55df54d1382bb3f003f7e62f0bfc195fb9b7
|