-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(android): migrate
ReactSwitchManager
to Kotlin (#48003)
Summary: This PR migrates `ReactSwitchManager` to Kotlin Also it moves it's shadow node to a separate file (`ReactSwitchShadowNode.kt`) ## Changelog: [ANDROID] [CHANGED] - Migrate `ReactSwitchManager` to Kotlin Pull Request resolved: #48003 Test Plan: Make sure that `Switch` example in `RNTester` works correctly Reviewed By: cortinico Differential Revision: D66594606 Pulled By: javache fbshipit-source-id: 774641c4cf57d6d5f770df1fed4fcafef2af7ceb
- Loading branch information
1 parent
91e217f
commit b886bc4
Showing
4 changed files
with
204 additions
and
271 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
232 changes: 0 additions & 232 deletions
232
...ve/ReactAndroid/src/main/java/com/facebook/react/views/switchview/ReactSwitchManager.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.