Skip to content

Convert library to TurboModule #910

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
be521e4
Init FabricExample
j-piasecki Feb 6, 2023
1ede6e7
Use next implementation in the example app
j-piasecki Feb 7, 2023
125cee4
Add spec and configure codegen
j-piasecki Feb 6, 2023
d7a1927
Setup new arch support
j-piasecki Feb 6, 2023
466b93e
iOS implementation
j-piasecki Feb 6, 2023
874d715
Android implementation (for java version)
j-piasecki Feb 6, 2023
f284faf
Use java package when next is disabled
j-piasecki Feb 7, 2023
851d817
Add kotlin package
j-piasecki Feb 7, 2023
1a5587a
Update kotlin module
j-piasecki Feb 7, 2023
1a99729
Compatibility with the old arch
j-piasecki Feb 7, 2023
c4757c0
Don't look for module with old android name
j-piasecki Feb 7, 2023
db4da7b
Update dependencies, remove `react-native-macos`
j-piasecki Feb 9, 2023
0e6a420
Update `react-native.config.js`
j-piasecki Feb 9, 2023
d82c80f
Add workaround for codegened files not being included
j-piasecki Feb 9, 2023
abed02f
Enable new arch in the example app
j-piasecki Feb 9, 2023
d2c56ef
Remove FabricExample
j-piasecki Feb 9, 2023
6007b94
Merge branch 'master' into @jpiasecki/turbomodule
j-piasecki Feb 9, 2023
a39a698
Bump gradle version
j-piasecki Feb 9, 2023
109011e
Rename variable
j-piasecki Feb 9, 2023
c6be49f
Merge remote-tracking branch 'origin/master' into @jpiasecki/turbomodule
Jun 13, 2023
47eaff3
TM working on iOS
Jun 14, 2023
6d2faaa
Turbomodule working on macOS
Jun 14, 2023
8a47c53
Revert changes to codegen config
Jun 14, 2023
11228e5
Merge remote-tracking branch 'origin/master' into @shwanton/turbomodu…
Jun 20, 2023
25157ea
Don't default to new arch when building iOS/macOS
Jun 20, 2023
51b91b2
Revert changes to babel config
Jun 20, 2023
f18666b
Revert version bump
Jun 20, 2023
509b4bc
Update RNCAsyncStorage.podspec
j-piasecki Jun 21, 2023
a1cbaeb
Remove devDependencies
j-piasecki Jun 21, 2023
6f50030
Revert space
j-piasecki Jun 21, 2023
2b07b10
Revert `build.gradle` changes
j-piasecki Jun 21, 2023
1169935
Don't add codegen directory manually
j-piasecki Jun 21, 2023
e6ed072
Use `install_modules_dependencies`
j-piasecki Jun 21, 2023
16b2165
Remove support for RN <0.71 on Android
j-piasecki Jun 21, 2023
7bcb08b
Revert module resolution
j-piasecki Jun 21, 2023
31d0da2
Merge branch 'master' into @shwanton/turbomodule-ios-working
Jun 23, 2023
2e93938
Update `build.gradle` and workflow
j-piasecki Jun 30, 2023
b84f11e
Remove `ViewManagerOnDemandReactPackage`
j-piasecki Jun 30, 2023
0d41f20
Mention updating in comment
j-piasecki Jun 30, 2023
f4edc00
Rename `paper` -> `oldarch`
j-piasecki Jun 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update RNCAsyncStorage.podspec
Co-authored-by: Tommy Nguyen <[email protected]>
  • Loading branch information
j-piasecki and tido64 authored Jun 21, 2023
commit 509b4bcbb670d68127e7e1897afcb80009d60abb
2 changes: 1 addition & 1 deletion RNCAsyncStorage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Pod::Spec.new do |s|
'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/boost" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/RCT-Folly"',
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++17',
}
s.platforms = { ios: '12.4', tvos: '11.0', :osx => "10.15" }
s.platforms = { ios: '13.4', tvos: '11.0', :osx => "10.15" }
s.compiler_flags = folly_compiler_flags + ' -DRCT_NEW_ARCH_ENABLED'

s.dependency "React"
Expand Down