| #
51e273e0 |
| 14-Sep-2023 |
Tomasz Sapeta <[email protected]> |
[file-system][iOS] Migrate to Expo Modules API (#23943)
|
| #
fffbdb31 |
| 13-May-2021 |
Tomasz Sapeta <[email protected]> |
[file-system] Migrate interface to expo-modules-core (#12918)
|
| #
65d041d7 |
| 11-May-2021 |
Tomasz Sapeta <[email protected]> |
[constants] Migrate interface to expo-modules-core (#12876)
|
| #
631604b1 |
| 30-May-2019 |
Tomasz Sapeta <[email protected]> |
[ios] Make iOS ExpoKit work without unimodules that need to be scoped (#4336)
# Why
I was unable to build a newly ejected app with ExpoKit for SDK33 without explicitly installing unimodules that
[ios] Make iOS ExpoKit work without unimodules that need to be scoped (#4336)
# Why
I was unable to build a newly ejected app with ExpoKit for SDK33 without explicitly installing unimodules that are being extended and overriden by scoped modules.
# How
Added `#if __has_include` macros to check whether the unimodule is installed before we initialize and register scoped modules.
# Test Plan
Expo Client builds, ExpoKit app without some unimodules work as expected.
show more ...
|
| #
c9802eba |
| 29-Apr-2019 |
Stanisław Chmiela <[email protected]> |
[unimodules] Remove experience references (#3993)
# Why
Properly closes https://github.com/expo/expo/pull/3875, fixes https://github.com/expo/expo/issues/3517, fixes https://github.com/expo/expo/
[unimodules] Remove experience references (#3993)
# Why
Properly closes https://github.com/expo/expo/pull/3875, fixes https://github.com/expo/expo/issues/3517, fixes https://github.com/expo/expo/issues/3864.
# How
Removed all `experience` references from universal modules, adding scoped implementations to ExpoKit.
# Test Plan
- [x] NCL works
- [x] bare template works
show more ...
|
| #
8d441c7e |
| 14-Mar-2019 |
Stanisław Chmiela <[email protected]> |
[packages] Move unimodules foundation to `org.unimodules` scope
|
| #
712e5c6c |
| 06-Mar-2019 |
Szymon20000 <[email protected]> |
[expo-file-system] Unscope paths in standalone/ejected scenarios (#3569)
|