| #
b8addc5d |
| 11-Sep-2023 |
Will Schurman <[email protected]> |
[ios] Remove dead code (#24316)
|
| #
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 ...
|
| #
1506aace |
| 15-Aug-2019 |
Eric Samelson <[email protected]> |
[ios] store OTA updates in Application Support directory (#5336)
|
| #
c96808a7 |
| 18-Oct-2018 |
Eric Samelson <[email protected]> |
[ios] fix ota update caching in expo client
|
| #
febe1c51 |
| 18-Oct-2018 |
Eric Samelson <[email protected]> |
[ios] remove legacy naming in EXManifestResource and EXCachedResource
|
| #
9b65365f |
| 25-Aug-2018 |
quinlanj <[email protected]> |
stop appending index.exp to non exp.host urls (#3003)
* [ios] remove index.exp from manifest request, add exp to Accept header request
* exp->expo, also accept json
* change manifest cache path to
stop appending index.exp to non exp.host urls (#3003)
* [ios] remove index.exp from manifest request, add exp to Accept header request
* exp->expo, also accept json
* change manifest cache path to original url, make legacy cache paths accessible in subclasses
* pr feedback
fbshipit-source-id: 91e8f02
show more ...
|
| #
9211cde4 |
| 11-May-2018 |
Eric Samelson <[email protected]> |
prefer manifest from NSBundle over cache if it has a newer publishedTime (#2452)
fbshipit-source-id: 6bb297d
|
| #
9088dd0e |
| 07-May-2018 |
Ben Roth <[email protected]> |
Organize AppLoader, fix AppLoader tests
fbshipit-source-id: e80e891
|