This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.11/testing.html b/docs/0.11/testing.html index c7ee3b09095..bbb091cdf32 100644 --- a/docs/0.11/testing.html +++ b/docs/0.11/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.11DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackWebViewAPIsActionSheetIOSCameraRollDimensionsGeolocationImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.11DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackWebViewAPIsActionSheetIOSCameraRollDimensionsGeolocationImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.12/testing.html b/docs/0.12/testing.html index 8bcd06a5381..6a82f38b45e 100644 --- a/docs/0.12/testing.html +++ b/docs/0.12/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.12DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.12DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.13/testing.html b/docs/0.13/testing.html index f99c0ef2b0e..ab8f52a9d2e 100644 --- a/docs/0.13/testing.html +++ b/docs/0.13/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.13DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.13DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.14/testing.html b/docs/0.14/testing.html index e8ca31c1f13..15338f98669 100644 --- a/docs/0.14/testing.html +++ b/docs/0.14/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.15/testing.html b/docs/0.15/testing.html index 3edd4c436b4..e247d0a2ec7 100644 --- a/docs/0.15/testing.html +++ b/docs/0.15/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.16/testing.html b/docs/0.16/testing.html index ca6b6bc2dcb..8e2b9ffe04f 100644 --- a/docs/0.16/testing.html +++ b/docs/0.16/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.17/testing.html b/docs/0.17/testing.html index 38118a4d6d5..be48f67a377 100644 --- a/docs/0.17/testing.html +++ b/docs/0.17/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.11/testing.html b/docs/0.11/testing.html index c7ee3b09095..bbb091cdf32 100644 --- a/docs/0.11/testing.html +++ b/docs/0.11/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.11DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackWebViewAPIsActionSheetIOSCameraRollDimensionsGeolocationImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.11DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackWebViewAPIsActionSheetIOSCameraRollDimensionsGeolocationImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.12/testing.html b/docs/0.12/testing.html index 8bcd06a5381..6a82f38b45e 100644 --- a/docs/0.12/testing.html +++ b/docs/0.12/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.12DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.12DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.13/testing.html b/docs/0.13/testing.html index f99c0ef2b0e..ab8f52a9d2e 100644 --- a/docs/0.13/testing.html +++ b/docs/0.13/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.13DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.13DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.14/testing.html b/docs/0.14/testing.html index e8ca31c1f13..15338f98669 100644 --- a/docs/0.14/testing.html +++ b/docs/0.14/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.15/testing.html b/docs/0.15/testing.html index 3edd4c436b4..e247d0a2ec7 100644 --- a/docs/0.15/testing.html +++ b/docs/0.15/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.16/testing.html b/docs/0.16/testing.html index ca6b6bc2dcb..8e2b9ffe04f 100644 --- a/docs/0.16/testing.html +++ b/docs/0.16/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.17/testing.html b/docs/0.17/testing.html index 38118a4d6d5..be48f67a377 100644 --- a/docs/0.17/testing.html +++ b/docs/0.17/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.12/testing.html b/docs/0.12/testing.html index 8bcd06a5381..6a82f38b45e 100644 --- a/docs/0.12/testing.html +++ b/docs/0.12/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.12DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.12DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.13/testing.html b/docs/0.13/testing.html index f99c0ef2b0e..ab8f52a9d2e 100644 --- a/docs/0.13/testing.html +++ b/docs/0.13/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.13DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.13DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.14/testing.html b/docs/0.14/testing.html index e8ca31c1f13..15338f98669 100644 --- a/docs/0.14/testing.html +++ b/docs/0.14/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.15/testing.html b/docs/0.15/testing.html index 3edd4c436b4..e247d0a2ec7 100644 --- a/docs/0.15/testing.html +++ b/docs/0.15/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.16/testing.html b/docs/0.16/testing.html index ca6b6bc2dcb..8e2b9ffe04f 100644 --- a/docs/0.16/testing.html +++ b/docs/0.16/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.17/testing.html b/docs/0.17/testing.html index 38118a4d6d5..be48f67a377 100644 --- a/docs/0.17/testing.html +++ b/docs/0.17/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.12/testing.html b/docs/0.12/testing.html index 8bcd06a5381..6a82f38b45e 100644 --- a/docs/0.12/testing.html +++ b/docs/0.12/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.12DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.12DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.13/testing.html b/docs/0.13/testing.html index f99c0ef2b0e..ab8f52a9d2e 100644 --- a/docs/0.13/testing.html +++ b/docs/0.13/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.13DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.13DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.14/testing.html b/docs/0.14/testing.html index e8ca31c1f13..15338f98669 100644 --- a/docs/0.14/testing.html +++ b/docs/0.14/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.15/testing.html b/docs/0.15/testing.html index 3edd4c436b4..e247d0a2ec7 100644 --- a/docs/0.15/testing.html +++ b/docs/0.15/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.16/testing.html b/docs/0.16/testing.html index ca6b6bc2dcb..8e2b9ffe04f 100644 --- a/docs/0.16/testing.html +++ b/docs/0.16/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.17/testing.html b/docs/0.17/testing.html index 38118a4d6d5..be48f67a377 100644 --- a/docs/0.17/testing.html +++ b/docs/0.17/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.13/testing.html b/docs/0.13/testing.html index f99c0ef2b0e..ab8f52a9d2e 100644 --- a/docs/0.13/testing.html +++ b/docs/0.13/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.13DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.13DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.14/testing.html b/docs/0.14/testing.html index e8ca31c1f13..15338f98669 100644 --- a/docs/0.14/testing.html +++ b/docs/0.14/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.15/testing.html b/docs/0.15/testing.html index 3edd4c436b4..e247d0a2ec7 100644 --- a/docs/0.15/testing.html +++ b/docs/0.15/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.16/testing.html b/docs/0.16/testing.html index ca6b6bc2dcb..8e2b9ffe04f 100644 --- a/docs/0.16/testing.html +++ b/docs/0.16/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.17/testing.html b/docs/0.17/testing.html index 38118a4d6d5..be48f67a377 100644 --- a/docs/0.17/testing.html +++ b/docs/0.17/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.13/testing.html b/docs/0.13/testing.html index f99c0ef2b0e..ab8f52a9d2e 100644 --- a/docs/0.13/testing.html +++ b/docs/0.13/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.13DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.13DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.14/testing.html b/docs/0.14/testing.html index e8ca31c1f13..15338f98669 100644 --- a/docs/0.14/testing.html +++ b/docs/0.14/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.15/testing.html b/docs/0.15/testing.html index 3edd4c436b4..e247d0a2ec7 100644 --- a/docs/0.15/testing.html +++ b/docs/0.15/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.16/testing.html b/docs/0.16/testing.html index ca6b6bc2dcb..8e2b9ffe04f 100644 --- a/docs/0.16/testing.html +++ b/docs/0.16/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.17/testing.html b/docs/0.17/testing.html index 38118a4d6d5..be48f67a377 100644 --- a/docs/0.17/testing.html +++ b/docs/0.17/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.14/testing.html b/docs/0.14/testing.html index e8ca31c1f13..15338f98669 100644 --- a/docs/0.14/testing.html +++ b/docs/0.14/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.15/testing.html b/docs/0.15/testing.html index 3edd4c436b4..e247d0a2ec7 100644 --- a/docs/0.15/testing.html +++ b/docs/0.15/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.16/testing.html b/docs/0.16/testing.html index ca6b6bc2dcb..8e2b9ffe04f 100644 --- a/docs/0.16/testing.html +++ b/docs/0.16/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.17/testing.html b/docs/0.17/testing.html index 38118a4d6d5..be48f67a377 100644 --- a/docs/0.17/testing.html +++ b/docs/0.17/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.14/testing.html b/docs/0.14/testing.html index e8ca31c1f13..15338f98669 100644 --- a/docs/0.14/testing.html +++ b/docs/0.14/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.14DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.15/testing.html b/docs/0.15/testing.html index 3edd4c436b4..e247d0a2ec7 100644 --- a/docs/0.15/testing.html +++ b/docs/0.15/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.16/testing.html b/docs/0.16/testing.html index ca6b6bc2dcb..8e2b9ffe04f 100644 --- a/docs/0.16/testing.html +++ b/docs/0.16/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.17/testing.html b/docs/0.17/testing.html index 38118a4d6d5..be48f67a377 100644 --- a/docs/0.17/testing.html +++ b/docs/0.17/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.15/testing.html b/docs/0.15/testing.html index 3edd4c436b4..e247d0a2ec7 100644 --- a/docs/0.15/testing.html +++ b/docs/0.15/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.16/testing.html b/docs/0.16/testing.html index ca6b6bc2dcb..8e2b9ffe04f 100644 --- a/docs/0.16/testing.html +++ b/docs/0.16/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.17/testing.html b/docs/0.17/testing.html index 38118a4d6d5..be48f67a377 100644 --- a/docs/0.17/testing.html +++ b/docs/0.17/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.15/testing.html b/docs/0.15/testing.html index 3edd4c436b4..e247d0a2ec7 100644 --- a/docs/0.15/testing.html +++ b/docs/0.15/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.15DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.16/testing.html b/docs/0.16/testing.html index ca6b6bc2dcb..8e2b9ffe04f 100644 --- a/docs/0.16/testing.html +++ b/docs/0.16/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.17/testing.html b/docs/0.17/testing.html index 38118a4d6d5..be48f67a377 100644 --- a/docs/0.17/testing.html +++ b/docs/0.17/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.16/testing.html b/docs/0.16/testing.html index ca6b6bc2dcb..8e2b9ffe04f 100644 --- a/docs/0.16/testing.html +++ b/docs/0.16/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.17/testing.html b/docs/0.17/testing.html index 38118a4d6d5..be48f67a377 100644 --- a/docs/0.17/testing.html +++ b/docs/0.17/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.16/testing.html b/docs/0.16/testing.html index ca6b6bc2dcb..8e2b9ffe04f 100644 --- a/docs/0.16/testing.html +++ b/docs/0.16/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.16DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.17/testing.html b/docs/0.17/testing.html index 38118a4d6d5..be48f67a377 100644 --- a/docs/0.17/testing.html +++ b/docs/0.17/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.17/testing.html b/docs/0.17/testing.html index 38118a4d6d5..be48f67a377 100644 --- a/docs/0.17/testing.html +++ b/docs/0.17/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.17/testing.html b/docs/0.17/testing.html index 38118a4d6d5..be48f67a377 100644 --- a/docs/0.17/testing.html +++ b/docs/0.17/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.17DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImagePickerIOSImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.18/testing.html b/docs/0.18/testing.html index 562bea47ac6..2265ced883c 100644 --- a/docs/0.18/testing.html +++ b/docs/0.18/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.18DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.19/testing.html b/docs/0.19/testing.html index af7f72051b7..d0108e2b018 100644 --- a/docs/0.19/testing.html +++ b/docs/0.19/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsReact Native0.19DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.20/testing.html b/docs/0.20/testing.html index efe2b494788..c949f019e75 100644 --- a/docs/0.20/testing.html +++ b/docs/0.20/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.20DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.21/testing.html b/docs/0.21/testing.html index e255af877ee..e0d10585e6c 100644 --- a/docs/0.21/testing.html +++ b/docs/0.21/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsReact Native0.21DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.22/testing.html b/docs/0.22/testing.html index 5d9a9ae6c08..62cca9f4d7b 100644 --- a/docs/0.22/testing.html +++ b/docs/0.22/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.22DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.23/testing.html b/docs/0.23/testing.html index 7d8362c07c9..a95e2d41da9 100644 --- a/docs/0.23/testing.html +++ b/docs/0.23/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.23DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. The React Native repo has several tests you can run to verify you haven't caused a regression with your PR. These tests are run using Circle, a continuous integration system. Circle will automatically annotate pull requests with the test results. Whenever you are fixing a bug or adding new functionality to React Native, you should add a test that covers it. Depending on the change you're making, there are different types of tests that may be appropriate. diff --git a/docs/0.24/testing.html b/docs/0.24/testing.html index a22e5d228f7..597580b613e 100644 --- a/docs/0.24/testing.html +++ b/docs/0.24/testing.html @@ -1,10 +1,10 @@ -Testing your Changes · React NativeReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsReact Native0.24DocsCommunityBlogGitHubReact›ContributingThe BasicsGetting StartedLearn the BasicsPropsStateStyleHeight and WidthLayout with FlexboxHandling Text InputHandling TouchesUsing a ScrollViewUsing List ViewsNetworkingMore ResourcesGuidesComponents and APIsPlatform Specific CodeNavigating Between ScreensImagesAnimationsAccessibilityImproving User ExperienceTimersDebuggingPerformanceGesture Responder SystemJavaScript EnvironmentDirect ManipulationColor ReferenceIntegration with Existing AppsRunning On DeviceUpgrading to new React Native versionsTroubleshootingGuides (iOS)Native ModulesNative UI ComponentsLinking LibrariesRunning On SimulatorCommunication between native and React NativeBuilding For Apple TVApp ExtensionsGuides (Android)Native ModulesNative UI ComponentsHeadless JSGenerating Signed APKBuilding React Native from sourceContributingHow to ContributeWhat to Expect from MaintainersTesting your ChangesUnderstanding the CLIComponentsDatePickerIOSDrawerLayoutAndroidImageModalNavigatorIOSPickerProgressBarAndroidProgressViewIOSRefreshControlScrollViewSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidTouchableHighlightTouchableNativeFeedbackTouchableOpacityTouchableWithoutFeedbackViewPagerAndroidWebViewAPIsActionSheetIOSAnimatedAppStateAsyncStorageCameraRollClipboardDatePickerAndroidDimensionsEasingGeolocationImageEditorImagePickerIOSImageStoreImage Style PropsInteractionManagerLayout PropsLayoutAnimationLinkingNetInfoPixelRatioPushNotificationIOSSettingsShadow PropsStatusBarIOSStyleSheetText Style PropsTimePickerAndroidToastAndroidTransformsVibrationVibrationIOSView Style PropsEditTesting your ChangesThis document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a
This document is about testing your changes to React Native as a contributor. If you're interested in testing a React Native app, check out the React Native Tutorial on the Jest website. + EditTesting your ChangesThis document is about testing your changes to React Native as a