| #
50661f5c |
| 30-Aug-2021 |
Will Schurman <[email protected]> |
[expo-manifests] Rename RawManifest -> Manifest (#14194)
|
| #
706a476d |
| 26-Aug-2021 |
Will Schurman <[email protected]> |
[expo-updates] Factor out raw manifests into their own package (#14183)
|
| #
efd75dec |
| 16-Aug-2021 |
Tomasz Sapeta <[email protected]> |
[ios] Migrate all remaining native code
|
| #
45f3e3b4 |
| 09-Jul-2021 |
Will Schurman <[email protected]> |
[ios] Pass manifest into EXScopedFirebaseCore (#13543)
|
| #
167fd314 |
| 30-Jun-2021 |
Will Schurman <[email protected]> |
[ios] Use stable manifest ID where applicable (#13280)
|
| #
65d041d7 |
| 11-May-2021 |
Tomasz Sapeta <[email protected]> |
[constants] Migrate interface to expo-modules-core (#12876)
|
| #
dc898499 |
| 10-Dec-2020 |
James Ide <[email protected]> |
[ios] Expo Client -> Expo Go (#10847)
The name "Expo Client" implies that it's the single way to develop Expo app. In the future, it will no longer be as ubiquitous nor the main way to develop. To h
[ios] Expo Client -> Expo Go (#10847)
The name "Expo Client" implies that it's the single way to develop Expo app. In the future, it will no longer be as ubiquitous nor the main way to develop. To head off confusion with default development clients, this commit renames the app store development client known as "Expo Client" to "Expo Go".
"Expo Go" is the name for the App Store and Play Store development clients that are published under the Expo team's accounts and currently have support for multiple SDK versions. Expo Go is the fastest way to get started. But we've seen billion-dollar companies use the managed workflow for production apps, so names like "Expo Lite" or "Expo Start" wrongly communicate that the app is just for demos or getting started. "Expo Go" implies it's a good way to get started and also not the entire workflow, but also a workflow that can hold its own.
In this commit I focused just on iOS (native). Android (native) and Home need to come later. I also changed "experience" to "project" in a few places to start cleaning up our terminology.
Tested by running the app and verifying it shows up as "Expo Go" on the home screen in a simulator.
show more ...
|
| #
776d46fa |
| 21-Feb-2020 |
Hein Rutjes <[email protected]> |
[firebase-core] Add core functionality for supporting native Firebase packages (#7013)
* [bare-expo] Fix database-url in GoogleService-Info.plist
* [firebase-core] Add `expo-firebase-core` packag
[firebase-core] Add core functionality for supporting native Firebase packages (#7013)
* [bare-expo] Fix database-url in GoogleService-Info.plist
* [firebase-core] Add `expo-firebase-core` package
* [firebase-core] Add tests to test-suite
* [firebase-core] Add scoped firebase-core to Expo client to create native sandboxed firebase apps
* [firebase-core] Update bare-expo BasePackageList
* [firebase-core] Add firebase-core to bundledNativeModules.json
* [firebase-core] Add SDK documentation
* [firebase-core] Add firebase-core to Expo client iOS project file
* [firebase-core] Add js build files
* [firebase-core] Update SDK doc to refer to native firebase guide
* [firebase-core] Add web-support & code cleanup
* [docs] Fixes to firebase-core docs
* [firebase-core] Update build files
* [firebase-core] Fix test in test-suite
* [fireabase-core] Cleanup COMPARISON.md
* [firebase-core] Improve google-services.json parsing and client selection
* [firebase-core] Updated SDK docs
* [fireabse-core] Update readme description
* [firebase-core] Removed outcommented line on Android
* [firebase-core] Minor iOS code improvements after review
* [firebase-core] Fixes after review to unit tests
* [firebase-core] Updated iOS code after review feedback
* [firebase-core] Fix tests
* [firebase-core] Simplify JS code
* [firebase-core] Update js build output
* [fireabse-core] Add DEFAULT_WEB_APP_OPTIONS constant + doc improvements
* [firebase-core] Update JS build files
* [firebase-core] Fix unimodulePeerDependencies in package.json
* [firebase-core] Android build.gradle fixes
* [firebase-core] Android base64 encoding code improvement
* [firebase-core] Prevent hard javascript import error when native lib not linked
* [firebase-core] Update various Android methods to be protected i.s.o. public
* [firebase-core] Android protected DEFAULT_APP_NAME and re-use in scoped
* [firebase-core] Update changelog
* [fireabse-core] Update JS build files
* [firebase-android] Fix Firebase App cleanup when multiple projects are loaded on Android
* [ios] Update pods
show more ...
|