Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kotlinify ReactTextInputPropertyTest class (#38981)
Summary: This PR converts ReactTextInputPropertyTest.java to Kotlin. #38825 ## Changelog: [INTERNAL] [CHANGED] - Kotlinify ReactTextInputPropertyTest.java <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests Pull Request resolved: #38981 Test Plan: `./gradlew :packages:react-native:ReactAndroid:test` must pass ### Screenshot <img width="40%" alt="image" src="https://github.com/facebook/react-native/assets/13544246/456622f0-2260-47c3-ada7-725c59ecbc09"> ### FYI: https://github.com/facebook/react-native/blob/ae88aef12c755d61a821ccf98ebb4b75f7c2dfc9/packages/react-native/ReactAndroid/src/test/java/com/facebook/react/views/textinput/ReactTextInputPropertyTest.java#L385 **testSelection** function removed because selection prop removed from ReactTextInputManager.java 84a1cac Reviewed By: yungsters Differential Revision: D48351651 Pulled By: cortinico fbshipit-source-id: 750668dbc409f08827eff1f11886b3d12c3b240c
- Loading branch information