Skip to content

Commit

Permalink
Kotlinify ReactTextInputPropertyTest class (#38981)
Browse files Browse the repository at this point in the history
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
yasincidem authored and facebook-github-bot committed Aug 15, 2023
1 parent 894b883 commit 66d6384
Show file tree
Hide file tree
Showing 2 changed files with 381 additions and 396 deletions.

This file was deleted.

Loading

0 comments on commit 66d6384

Please sign in to comment.