-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RNKC-067] - android autolinking (#77)
## 📜 Description Removed all C++ code that was responsible for autolinking. ## 💡 Motivation and Context Since RN 0.70 supports autolinking we need to remove old code that we used before for automatic autolinking. ## 📢 Changelog ### JS - use new CLI declaration for codegen; ### iOS - renamed imports; ### Android - removed Android.mk code; - removed related C++ code; ## 🤔 How Has This Been Tested? Tested manually on iOS/Android devices. ## 📝 Checklist - [x] CI successfully passed
- Loading branch information
1 parent
5cd0e84
commit 0121aa0
Showing
10 changed files
with
11 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
...src/fabric/java/com/reactnativekeyboardcontroller/KeyboardControllerComponentsRegistry.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
android/src/main/jni/KeyboardControllerComponentsRegistry.cpp
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
android/src/main/jni/KeyboardControllerComponentsRegistry.h
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters