History log of /expo/packages/expo-modules-core/src/requireNativeModule.ts (Results 1 – 5 of 5)
Revision Date Author Comments
# 6e021b28 14-Sep-2023 Wojciech Dróżdż <[email protected]>

[core] Add native functions for UUIDv4 generation (#24199)

# Why

For Android and iOS we want to use native UUIDv4 generation methods.

# How

Exposed the common methods using the `CoreModule`

[core] Add native functions for UUIDv4 generation (#24199)

# Why

For Android and iOS we want to use native UUIDv4 generation methods.

# How

Exposed the common methods using the `CoreModule` file.
Changed the way uuids are exported. Now `expo-modules-core` exports a
`uuid` object which contains `v4` function.

# Test Plan

Tested in BareExpo on Android, ios and web

show more ...


# 5585864b 04-Sep-2023 Tomasz Sapeta <[email protected]>

[core] Add `requireOptionalNativeModule` (#24262)


# 8aed9e4a 20-Mar-2023 Tomasz Sapeta <[email protected]>

[core] Replace global with globalThis (#21778)


# 1bed2683 28-Sep-2022 Tomasz Sapeta <[email protected]>

[modules][ios] Install modules host object as `global.expo.modules` instead of `global.ExpoModules` (#19273)


# d46e3a1a 11-Jan-2022 Tomasz Sapeta <[email protected]>

[core] Add requireNativeModule function (#15848)