[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 ...
[core][iOS] Add CoreModule defining the `global.expo` object (#22567)
[ios][core] Pass AppContext to dynamic types and convertibles (#21819)Co-authored-by: Tomasz Sapeta <[email protected]>
[core][ios] Native functions on native component instances (#21746)
Make JSI module objects compatible with legacy EventEmitter (#19482)
[modules][ios] Restrict view definition elements (#19004)
[modules][ios] Remove deprecated module definition components that started with a lowercase letter (#18851)
[modules][ios] Implicitly capture `self` in all DSL components (#18831)
[ios][android] Migrate names of module definition components (#17193)
[ios] Capitalize definition component names (#17098)
[ios] Fix lint issues in Swift files (#15640)
[core][ios] Reorganize definition components (#15630)
[core][ios] Create base class for object-based definitions (#15583)
[core][ios] Lazy loading module constants (#15265)
[core][ios] Make the no-argument module initializer unavailable (#15262)
[sweet][ios] Rename component "method" to "function"
[sweet][ios] Use argument conversions in view props setters (#15132)
[sweet][ios] Handle arguments of array types (#15042)Co-authored-by: Tomasz Sapeta <[email protected]>
[ios] Optimize compiling Swift files (#15025)
[sweet][ios] Implement sending events from native to JavaScript (#14958)
[sweet][ios] Partially revert static module definition (#14947)
[swift] Make definition function static (#14645)
[core] Add missing imports to iOS frameworks (#14313)
[swift] Implement view managers with the new Swift API (#13704)
[swift] Move setting method's queue to separate function (#13655)
12