History log of /expo/ios/Exponent/Versioned/Core/UniversalModules/EXScopedSecureStore.m (Results 1 – 6 of 6)
Revision Date Author Comments
# cbbfd658 13-Oct-2021 Bartłomiej Bukowski <[email protected]>

[iOS][Expo Go] Remove legacy code (#14690)


# efd75dec 16-Aug-2021 Tomasz Sapeta <[email protected]>

[ios] Migrate all remaining native code


# 167fd314 30-Jun-2021 Will Schurman <[email protected]>

[ios] Use stable manifest ID where applicable (#13280)


# 6bd9d7d4 11-Feb-2021 Charlie Cruzan <[email protected]>

[secure-store] prevent losing data after ejecting (#11309)

* create ScopedSecureStore on Android

* bring in ScopedSecureStore class in standalones and client

* [ios] no longer scope key values

[secure-store] prevent losing data after ejecting (#11309)

* create ScopedSecureStore on Android

* bring in ScopedSecureStore class in standalones and client

* [ios] no longer scope key values in standalones

* [android] only pass baseContext in standalone environment

* Apply suggestions from code review

Co-authored-by: Bartłomiej Bukowski <[email protected]>

* add changelog entry

* fix SDK version numbers

* use constantsBinding.appOwnership instead of EX_DETACHED

Co-authored-by: Bartłomiej Bukowski <[email protected]>

show more ...


# 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 ...