-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use vals inside ReactApplication #38088
Conversation
This pull request was exported from Phabricator. Differential Revision: D47053030 |
Base commit: a4a0655 |
This pull request was exported from Phabricator. Differential Revision: D47053030 |
Summary: Pull Request resolved: facebook#38088 For better Kotlin interop we should be using `val` in this interface rather than just `fun`. This is not a breaking change as Java users can still use `getReactNativeHost()` as before. Changelog: [Internal] [Changed] - Use vals inside ReactApplication Reviewed By: javache Differential Revision: D47053030 fbshipit-source-id: 28ced59e59fa4ac51f4b9a94103678fa1787e34a
1b49e15
to
f9f5391
Compare
This pull request was exported from Phabricator. Differential Revision: D47053030 |
Summary: Pull Request resolved: facebook#38088 For better Kotlin interop we should be using `val` in this interface rather than just `fun`. This is not a breaking change as Java users can still use `getReactNativeHost()` as before. Changelog: [Internal] [Changed] - Use vals inside ReactApplication Reviewed By: javache Differential Revision: D47053030 fbshipit-source-id: 86e1e9c9528e94e8e179c36f2e15edda3aec5305
cadee57
to
6444380
Compare
Summary: Pull Request resolved: facebook#38088 For better Kotlin interop we should be using `val` in this interface rather than just `fun`. This is not a breaking change as Java users can still use `getReactNativeHost()` as before. Changelog: [Internal] [Changed] - Use vals inside ReactApplication Reviewed By: javache Differential Revision: D47053030 fbshipit-source-id: 2bac360060244003aa2ed44c2b151d4aebeea86c
This pull request was exported from Phabricator. Differential Revision: D47053030 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D47053030 |
Summary: Pull Request resolved: facebook#38088 For better Kotlin interop we should be using `val` in this interface rather than just `fun`. This is not a breaking change as Java users can still use `getReactNativeHost()` as before. Changelog: [Internal] [Changed] - Use vals inside ReactApplication Reviewed By: javache Differential Revision: D47053030 fbshipit-source-id: a54efec91e7476e1084db495bfdeff6700c347ce
6444380
to
e96d460
Compare
Summary: Pull Request resolved: facebook#38088 For better Kotlin interop we should be using `val` in this interface rather than just `fun`. This is not a breaking change as Java users can still use `getReactNativeHost()` as before. Changelog: [Internal] [Changed] - Use vals inside ReactApplication Reviewed By: javache Differential Revision: D47053030 fbshipit-source-id: 5f5e204efc490b214408d5c715b49b6a51508584
e96d460
to
011fe9d
Compare
This pull request was exported from Phabricator. Differential Revision: D47053030 |
This pull request was successfully merged by @cortinico in c3f672c. When will my fix make it into a release? | Upcoming Releases |
This pull request has been merged in c3f672c. |
Summary: Pull Request resolved: facebook/react-native#38088 For better Kotlin interop we should be using `val` in this interface rather than just `fun`. This is not a breaking change as Java users can still use `getReactNativeHost()` as before. Changelog: [Internal] [Changed] - Use vals inside ReactApplication Reviewed By: javache Differential Revision: D47053030 fbshipit-source-id: 4a7fbc71a76be54e1cf7daef499b9bc3e8fc615a Original: facebook/react-native@c3f672c
Summary: Pull Request resolved: facebook/react-native#38088 For better Kotlin interop we should be using `val` in this interface rather than just `fun`. This is not a breaking change as Java users can still use `getReactNativeHost()` as before. Changelog: [Internal] [Changed] - Use vals inside ReactApplication Reviewed By: javache Differential Revision: D47053030 fbshipit-source-id: 4a7fbc71a76be54e1cf7daef499b9bc3e8fc615a Original-Commit: facebook/react-native@c3f672c
Summary: Pull Request resolved: facebook/react-native#38088 For better Kotlin interop we should be using `val` in this interface rather than just `fun`. This is not a breaking change as Java users can still use `getReactNativeHost()` as before. Changelog: [Internal] [Changed] - Use vals inside ReactApplication Reviewed By: javache Differential Revision: D47053030 fbshipit-source-id: 4a7fbc71a76be54e1cf7daef499b9bc3e8fc615a Original-Commit: facebook/react-native@c3f672c
Summary:
For better Kotlin interop we should be using
val
in this interface rather than justfun
.This is not a breaking change as Java users can still use
getReactNativeHost()
as before.Changelog:
[Internal] [Changed] - Use vals inside ReactApplication
Differential Revision: D47053030