-
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
Add react-native-test-library package #43068
Conversation
This pull request was exported from Phabricator. Differential Revision: D50793835 |
s.license = package['license'] | ||
s.platforms = min_supported_versions | ||
s.author = 'Meta Platforms, Inc. and its affiliates' | ||
s.source = { :git => package['repository'], :tag => '#{s.version}' } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be "#{s.version}"
or just simply s.version
.
s.source = { :git => package['repository'], :tag => '#{s.version}' } | |
s.source = { :git => package['repository'], :tag => s.version } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a string interpolation typo.
Summary: This diff adds `react-native-oss-library-example` package. It contains native module and native component example, and targets both the new and the old architecture. It has structure similar to many OSS React Native libraries, and is supposed to be used to test the integration with third-party libraries. It is integrated with RNTester as the **OSS Library Example** screen. {F1457510909} **Change Background** tests native commands. **Set Opacity** tests native props. **Get Random Number** tests native module. Changelog: [Internal] Differential Revision: D50793835
fbef1a2
to
78fb475
Compare
This pull request was exported from Phabricator. Differential Revision: D50793835 |
Summary: This diff adds `react-native-oss-library-example` package. It contains native module and native component example, and targets both the new and the old architecture. It has structure similar to many OSS React Native libraries, and is supposed to be used to test the integration with third-party libraries. It is integrated with RNTester as the **OSS Library Example** screen. {F1457510909} **Change Background** tests native commands. **Set Opacity** tests native props. **Get Random Number** tests native module. Changelog: [Internal] Differential Revision: D50793835
78fb475
to
2781e62
Compare
This pull request was exported from Phabricator. Differential Revision: D50793835 |
Summary: This diff adds `react-native-oss-library-example` package. It contains native module and native component example, and targets both the new and the old architecture. It has structure similar to many OSS React Native libraries, and is supposed to be used to test the integration with third-party libraries. It is integrated with RNTester as the **OSS Library Example** screen. {F1457510909} **Change Background** tests native commands. **Set Opacity** tests native props. **Get Random Number** tests native module. Changelog: [Internal] Differential Revision: D50793835
Summary: This diff adds `react-native-test-library` package. It contains native module and native component example, and targets both the new and the old architecture. It has structure similar to many OSS React Native libraries, and is supposed to be used to test the integration with third-party libraries. It is integrated with RNTester as the **OSS Library Example** screen. {F1457510909} **Change Background** tests native commands. **Set Opacity** tests native props. **Get Random Number** tests native module. Changelog: [Internal] Differential Revision: D50793835
2781e62
to
02cbec6
Compare
This pull request was exported from Phabricator. Differential Revision: D50793835 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D50793835 |
02cbec6
to
b662785
Compare
Summary: Pull Request resolved: facebook#43068 This diff adds `react-native-test-library` package. It contains native module and native component example, and targets both the new and the old architecture. It has structure similar to many OSS React Native libraries, and is supposed to be used to test the integration with third-party libraries. It is integrated with RNTester as the **OSS Library Example** screen. {F1457510909} **Change Background** tests native commands. **Set Opacity** tests native props. **Get Random Number** tests native module. Changelog: [Internal] Reviewed By: RSNara Differential Revision: D50793835
This pull request was exported from Phabricator. Differential Revision: D50793835 |
Summary: Pull Request resolved: facebook#43068 This diff adds `react-native-test-library` package. It contains native module and native component example, and targets both the new and the old architecture. It has structure similar to many OSS React Native libraries, and is supposed to be used to test the integration with third-party libraries. It is integrated with RNTester as the **OSS Library Example** screen. {F1457510909} **Change Background** tests native commands. **Set Opacity** tests native props. **Get Random Number** tests native module. Changelog: [Internal] Reviewed By: RSNara Differential Revision: D50793835
b662785
to
f8e3485
Compare
This pull request was exported from Phabricator. Differential Revision: D50793835 |
f8e3485
to
0b3f27c
Compare
Summary: Pull Request resolved: facebook#43068 This diff adds `react-native-test-library` package. It contains native module and native component example, and targets both the new and the old architecture. It has structure similar to many OSS React Native libraries, and is supposed to be used to test the integration with third-party libraries. It is integrated with RNTester as the **OSS Library Example** screen. {F1457510909} **Change Background** tests native commands. **Set Opacity** tests native props. **Get Random Number** tests native module. Changelog: [Internal] Reviewed By: RSNara Differential Revision: D50793835
Base commit: b23960a |
This pull request was exported from Phabricator. Differential Revision: D50793835 |
Summary: Pull Request resolved: facebook#43068 This diff adds `react-native-test-library` package. It contains native module and native component example, and targets both the new and the old architecture. It has structure similar to many OSS React Native libraries, and is supposed to be used to test the integration with third-party libraries. It is integrated with RNTester as the **OSS Library Example** screen. {F1457510909} **Change Background** tests native commands. **Set Opacity** tests native props. **Get Random Number** tests native module. Changelog: [Internal] Reviewed By: RSNara Differential Revision: D50793835
0b3f27c
to
b844a91
Compare
This pull request was exported from Phabricator. Differential Revision: D50793835 |
Summary: Pull Request resolved: facebook#43068 This diff adds `react-native-test-library` package. It contains native module and native component example, and targets both the new and the old architecture. It has structure similar to many OSS React Native libraries, and is supposed to be used to test the integration with third-party libraries. It is integrated with RNTester as the **OSS Library Example** screen. {F1457510909} **Change Background** tests native commands. **Set Opacity** tests native props. **Get Random Number** tests native module. Changelog: [Internal] Reviewed By: RSNara Differential Revision: D50793835
b844a91
to
0ba6987
Compare
This pull request was exported from Phabricator. Differential Revision: D50793835 |
Summary: Pull Request resolved: facebook#43068 This diff adds `react-native-test-library` package. It contains native module and native component example, and targets both the new and the old architecture. It has structure similar to many OSS React Native libraries, and is supposed to be used to test the integration with third-party libraries. It is integrated with RNTester as the **OSS Library Example** screen. {F1457510909} **Change Background** tests native commands. **Set Opacity** tests native props. **Get Random Number** tests native module. Changelog: [Internal] Reviewed By: RSNara Differential Revision: D50793835
0ba6987
to
7ac29e4
Compare
Summary: Pull Request resolved: facebook#43068 This diff adds `react-native-test-library` package. It contains native module and native component example, and targets both the new and the old architecture. It has structure similar to many OSS React Native libraries, and is supposed to be used to test the integration with third-party libraries. It is integrated with RNTester as the **OSS Library Example** screen. {F1457510909} **Change Background** tests native commands. **Set Opacity** tests native props. **Get Random Number** tests native module. Changelog: [Internal] Reviewed By: RSNara Differential Revision: D50793835
This pull request was exported from Phabricator. Differential Revision: D50793835 |
7ac29e4
to
b2347a9
Compare
This pull request has been merged in 1cb0a33. |
This pull request was successfully merged by @dmytrorykun in 1cb0a33. When will my fix make it into a release? | How to file a pick request? |
Summary:
This diff adds
react-native-test-library
package.It contains native module and native component example, and targets both the new and the old architecture. It has structure similar to many OSS React Native libraries, and is supposed to be used to test the integration with third-party libraries.
It is integrated with RNTester as the OSS Library Example screen.
{F1457510909}
Change Background tests native commands.
Set Opacity tests native props.
Get Random Number tests native module.
Changelog: [Internal]
Differential Revision: D50793835