- (Commit:
a0b008c
) Migrate project to use the new template generated bycreate-react-native-library
andreact-native-builder-bob
.- Example app no longer builds, but the library still works when installed on a newly created react-native app. The example project may be incompatible with Xcode 13.1.
- After migrating the project to the new template, the example app now builds + run on iOS 15.
- (Commit:
d1c8277
) Sync: UpdateUIColor+Helpers.swift
to use the newer code inreact-native-ios-context-menu
. - (Commit:
59d4faf
) Refactor: MigrateExtension+Init
-related types to use failable initializers instead of static functions. - (Commit:
7bb8148
) Cleanup: UpdateMARK
comments in native code. - (Commit:
873b61a
) Cleanup: Cleanup swift types (e.g.NSString
->String
). - (Commit:
ebfa1cc
) Cleanup: RemoveRCTSwiftLog
+ usage. - (Commit:
3702dfc
) Refactor: ReplaceRCT
prefix withRNI
. - (Commit:
2102840
) Refactor: ExtractRNIContextMenuView
native component to its own separate file. - (Commit:
3fb4faa
) Refactor: ExtractRNIContextMenuButton
native component to its own separate file. - (Commit:
023f8e7
) Implement: Types — Add type declaration forMenuConfig
and related types. - (Commit:
6768b32
) Implement: Types — Add type declaration forMenuPreviewConfig
and related types. - (Commit:
01089f0
) Implement: Types — Add type declaration forIconConfig
and related types. - (Commit:
0d71080
) Refactor: Extract constants (e.g.isContextMenuButtonSupported
,isContextMenuViewSupported
) to their own separate file.
- Implement: Types — Add type declaration for
ContextMenuView
- (Commit:
8c72054
) Implement: Types — MigrateContextMenuView
component to use typescript and partially added type declarations. - (Commit:
348d2f9
) Implement: Types — Add type declaration forContextMenuView
events.
- (Commit: