-
Notifications
You must be signed in to change notification settings - Fork 25.1k
☂️ Help us Kotlin-ify React Native tests - Round 2 #38825
Copy link
Copy link
Closed
Labels
☂️ UmbrellaTo label issues that serve as coordination point and drivers for tasks in the react-native repoTo label issues that serve as coordination point and drivers for tasks in the react-native repoGood first issueInterested in collaborating? Take a stab at fixing one of these issues.Interested in collaborating? Take a stab at fixing one of these issues.Help Wanted
Issues ideal for external contributors.Issues ideal for external contributors.
Metadata
Metadata
Assignees
Labels
☂️ UmbrellaTo label issues that serve as coordination point and drivers for tasks in the react-native repoTo label issues that serve as coordination point and drivers for tasks in the react-native repoGood first issueInterested in collaborating? Take a stab at fixing one of these issues.Interested in collaborating? Take a stab at fixing one of these issues.Help Wanted
Issues ideal for external contributors.Issues ideal for external contributors.
Type
Fields
Give feedbackNo fields configured for issues without a type.
☂️ Help us Kotlin-ify React Native tests - Round 2
Hey all 👋
After the successful first round, we're back with another round of tasks to help us improve Kotlin support in React Native core. In this first stage we are looking for help to migrate tests and RN Tester to Kotlin.
How to work
If you wish to grab one of the task you should:
Code formatting
Please use KtFmt to format Kotlin tests.
You can use the web UI to reformat directly from the browser
[Easy] Migrating RN Tester to Kotlin
We’re looking into migrating our Sample App to Kotlin.
Please act as follow:
yarn && yarn androidfrom the root folderList of files to migrate
[Hard] Migrating tests to Kotlin
We’re looking into migrating some of our production tests to Kotlin. Please note that some of those tests are
@Ignore(so they’re not running). Your task would be to fix them and convert them to Kotlin.Please act as follow:
yarnfrom the root repo../gradlew :packages:react-native:ReactAndroid:test@Ignoreannotation on the class/testsList of tests to migrate