Summary: Following up changes added in https://github.com/facebook/react-native/issues/24045 I had the same use case for vertical ScrollView. This PR just enables existing `disableIntervalMomentum` property to work with vertical ScrollViews: restricts vertical pagination when page height is less than height of ScrollView. ## Changelog [General] [Changed] - changed property `disableIntervalMomentum` to work with both horizontal and vertical ScrollViews Pull Request resolved: https://github.com/facebook/react-native/pull/27666 Test Plan: No new tests at the moment `iOS` ``` All tests Test Suite RNTesterUnitTests.xctest started RCTAllocationTests ✓ testBridgeIsDeallocated (0.045 seconds) ✓ testContentViewIsInvalidated (0.006 seconds) ✓ testModuleMethodsAreDeallocated (0.002 seconds) ✓ testModulesAreDeallocated (0.022 seconds) ✓ testModulesAreInvalidated (0.017 seconds) RCTAnimationUtilsTests ✓ testClampExtrapolate (0.002 seconds) ✓ testExtendExtrapolate (0.002 seconds) ✓ testIdentityExtrapolate (0.001 seconds) ✓ testManySegments (0.003 seconds) ✓ testSimpleOneToOneMapping (0.002 seconds) ✓ testWiderInputRange (0.003 seconds) ✓ testWiderOutputRange (0.002 seconds) RCTBlobManagerTests ✓ testCreateFromParts (0.002 seconds) ✓ testRemove (0.001 seconds) ✓ testResolve (0.001 seconds) ✓ testResolveMap (0.001 seconds) ✓ testResolveURL (0.001 seconds) RCTBundleURLProviderTests ✓ testBundleURL (0.041 seconds) ✓ testIPURL (0.005 seconds) ✓ testLocalhostURL (0.005 seconds) RCTComponentPropsTests ✓ testNeedsOffscreenAlphaCompositing (0.019 seconds) ✓ testResetBackgroundColor (0.008 seconds) ✓ testResetProps (0.012 seconds) ✓ testSetProps (0.009 seconds) RCTConvert_NSURLTests ✓ test_basic (0.002 seconds) ✓ test_documentsFolder (0.001 seconds) ✓ test_filePath (0.001 seconds) ✓ test_filePathWithEncodedSpaces (0.001 seconds) ✓ test_filePathWithSpaces (0.001 seconds) ✓ test_fileURL (0.001 seconds) ✓ test_fullURL (0.001 seconds) ✓ test_imageAt2XPath (0.001 seconds) ✓ test_imageFile (0.001 seconds) ✓ test_imageURL (0.001 seconds) ✓ test_imageURLWithSpaces (0.001 seconds) ✓ test_null (0.001 seconds) ✓ test_unicodeURL (0.001 seconds) ✓ test_urlWithEncodedSpaces (0.001 seconds) ✓ test_urlWithSpaces (0.001 seconds) ✓ testDataURL (0.003 seconds) RCTConvert_YGValueTests ✓ testNumberPoints (0.002 seconds) ✓ testStringPercent (0.002 seconds) ✓ testUndefined (0.001 seconds) RCTDevMenuTests ✓ testClosingActionSheetAfterAction (0.009 seconds) ✓ testShowCreatingActionSheet (0.017 seconds) RCTEventDispatcherTests ✓ testBasicCoalescingReturnsLastEvent (0.006 seconds) ✓ testCoalescingEventIsImmediatelyDispatched (0.001 seconds) ✓ testDifferentEventTypesDontCoalesce (0.001 seconds) ✓ testDifferentViewTagsDontCoalesce (0.001 seconds) ✓ testLegacyEventsAreImmediatelyDispatched (0.001 seconds) ✓ testMultipleEventsResultInOnlyOneDispatchAfterTheFirstOne (0.001 seconds) ✓ testNonCoalescingEventIsImmediatelyDispatched (0.001 seconds) ✓ testRunningTheDispatchedBlockResultInANewOneBeingEnqueued (0.001 seconds) ✓ testSameEventTypesWithDifferentCoalesceKeysDontCoalesce (0.001 seconds) RCTFontTests ✓ testFamily (0.029 seconds) ✓ testFamilyAndStyle (0.001 seconds) ✓ testFamilyAndWeight (0.002 seconds) ✓ testFamilyStyleAndWeight (0.002 seconds) ✓ testInvalidFont (0.002 seconds) ✓ testSize (0.001 seconds) ✓ testStyle (0.003 seconds) ✓ testStyleAndWeight (0.002 seconds) ✓ testVariant (0.002 seconds) ✓ testWeight (0.002 seconds) RCTFormatErrorTests ✓ testSymbolication (0.002 seconds) RCTGzipTests ✓ testDontRezipZippedData (0.004 seconds) ✓ testGzip (0.002 seconds) ✓ testRequestBodyEncoding (0.003 seconds) RCTImageLoaderTests ✓ testImageDecoding (0.010 seconds) ✓ testImageLoaderUsesImageDecoderWithHighestPriority (0.003 seconds) ✓ testImageLoaderUsesImageURLLoaderWithHighestPriority (0.004 seconds) ✓ testImageLoading (0.004 seconds) RCTImageUtilTests ✓ testLandscapeSourceLandscapeTarget (0.001 seconds) ✓ testPortraitSourceLandscapeTarget (0.001 seconds) ✓ testPortraitSourcePortraitTarget (0.001 seconds) ✓ testRounding (0.001 seconds) ✓ testScaling (0.001 seconds) RCTJSONTests ✓ testDecodingArray (0.001 seconds) ✓ testDecodingMutableArray (0.001 seconds) ✓ testDecodingObject (0.001 seconds) ✓ testDecodingString (0.001 seconds) ✓ testEncodingArray (0.001 seconds) ✓ testEncodingNSError (0.023 seconds) ✓ testEncodingObject (0.001 seconds) ✓ testEncodingString (0.001 seconds) ✓ testErrorPointer (0.002 seconds) ✓ testLeadingWhitespace (0.001 seconds) ✓ testNaN (0.001 seconds) ✓ testNotJSONSerializable (0.001 seconds) ✓ testNotUTF8Convertible (0.004 seconds) RCTMethodArgumentTests ✓ testAttributes (0.001 seconds) ✓ testGenericArray (0.001 seconds) ✓ testGenericDictionary (0.001 seconds) ✓ testGenericSet (0.001 seconds) ✓ testNamespacedCxxStruct (0.001 seconds) ✓ testNestedGenericArray (0.001 seconds) ✓ testNewlines (0.001 seconds) ✓ testNullability (0.001 seconds) ✓ testOneArgument (0.001 seconds) ✓ testSemicolonStripping (0.001 seconds) ✓ testSpaces (0.001 seconds) ✓ testTwoArguments (0.001 seconds) ✓ testUnnamedArgs (0.001 seconds) ✓ testUntypedUnnamedArgs (0.001 seconds) ✓ testUnused (0.001 seconds) RCTModuleInitNotificationRaceTests ✓ testViewManagerNotInitializedBeforeSetBridgeModule (0.009 seconds) RCTModuleInitTests ✓ testCustomInitModuleInitializedAtBridgeStartup (0.005 seconds) ✓ testCustomSetBridgeModuleInitializedAtBridgeStartup (0.006 seconds) ✓ testExportConstantsModuleInitializedAtBridgeStartup (0.005 seconds) ✓ testInjectedModulesInitializedDuringBridgeInit (0.003 seconds) ✓ testLazyInitModuleNotInitializedDuringBridgeInit (0.005 seconds) RCTModuleMethodTests ✓ testFunctionType (0.001 seconds) ✓ testNonnull (0.001 seconds) ✓ testNumbersNonnull (0.001 seconds) ✓ testReturnsNilForDefaultFunction (0.001 seconds) ✓ testReturnsValueForSyncFunction (0.001 seconds) ✓ testReturnTypeForSyncFunction (0.001 seconds) ✓ testStructArgument (0.001 seconds) ✓ testWhitespaceTolerance (0.001 seconds) RCTMultipartStreamReaderTests ✓ testMultipleParts (0.001 seconds) ✓ testNoCloseDelimiter (0.001 seconds) ✓ testNoDelimiter (0.001 seconds) ✓ testSimpleCase (0.001 seconds) RCTNativeAnimatedNodesManagerTests ✓ testAdditionNode (0.002 seconds) ✓ testAnimationCallbackFinish (0.001 seconds) ✓ testCritcallyDampedSpringAnimation (0.003 seconds) ✓ testDecayAnimation (0.004 seconds) ✓ testDecayAnimationLoop (0.012 seconds) ✓ testFramesAnimation (0.001 seconds) ✓ testFramesAnimationLoop (0.002 seconds) ✓ testHandleStoppingAnimation (0.002 seconds) ✓ testInterpolationNode (0.002 seconds) ✓ testMultiplicationNode (0.001 seconds) ✓ testNativeAnimatedEventDoNotUpdate (0.001 seconds) ✓ testNativeAnimatedEventDoUpdate (0.002 seconds) ✓ testNodeValueListenerIfListening (0.001 seconds) ✓ testNodeValueListenerIfNotListening (0.001 seconds) ✓ testSpringAnimationLoop (0.007 seconds) ✓ testSpringTrackingRetainsSpeed (0.007 seconds) ✓ testTracking (0.002 seconds) ✓ testTrackingPausesWhenEndValueIsReached (0.001 seconds) ✓ testUnderdampedSpringAnimation (0.003 seconds) ✓ testViewReceiveUpdatesIfOneOfAnimationHasntStarted (0.001 seconds) ✓ testViewReceiveUpdatesWhenOneOfAnimationHasFinished (0.001 seconds) RCTPerformanceLoggerTests ✓ testLabelCountInSyncWithRCTPLTag (0.001 seconds) RCTShadowViewTests ✓ testAncestorCheck (0.001 seconds) ✓ testApplyingLayoutRecursivelyToShadowView (0.002 seconds) ✓ testAssignsSuggestedHeightDimension (0.001 seconds) ✓ testAssignsSuggestedWidthDimension (0.001 seconds) ✓ testDoesNotAssignSuggestedDimensionsWhenStyledWithFlexAttribute (0.001 seconds) ✓ testDoesNotOverrideDimensionStyleWithSuggestedDimensions (0.001 seconds) RCTUIManagerTests ✓ testManagingChildrenToAddRemoveAndMove (0.001 seconds) ✓ testManagingChildrenToAddViews (0.001 seconds) ✓ testManagingChildrenToRemoveViews (0.001 seconds) RCTURLUtilsTests ✓ testAppendParam (0.001 seconds) ✓ testDuplicateParamTakesLatter (0.001 seconds) ✓ testGetEncodedParam (0.001 seconds) ✓ testGetQueryParam (0.001 seconds) ✓ testIsLocalAssetsURLParam (0.001 seconds) ✓ testNilURLAppendQueryParam (0.001 seconds) ✓ testNilURLGetQueryParam (0.001 seconds) ✓ testQueryParamNotFound (0.001 seconds) ✓ testRemoveParam (0.001 seconds) ✓ testReplaceEncodedParam (0.001 seconds) ✓ testReplaceParam (0.001 seconds) RCTUnicodeDecodeTests ✓ testEmojis (0.001 seconds) ✓ testNiqqud (0.001 seconds) Executed 167 tests, with 0 failures (0 unexpected) in 0.530 (0.667) seconds ``` `Android` ``` PASS 8.4s 7 Passed 0 Skipped 0 Failed com.facebook.react.animated.NativeAnimatedInterpolationTest PASS 16.7s 23 Passed 0 Skipped 0 Failed com.facebook.react.animated.NativeAnimatedNodeTraversalTest PASS 13.5s 4 Passed 0 Skipped 0 Failed com.facebook.react.bridge.BaseJavaModuleTest PASS 341ms 4 Passed 0 Skipped 0 Failed com.facebook.react.bridge.FallbackJSBundleLoaderTest PASS <100ms 1 Passed 0 Skipped 0 Failed com.facebook.react.bridge.JavaOnlyArrayTest PASS 13.0s 10 Passed 0 Skipped 0 Failed com.facebook.react.devsupport.JSDebuggerWebSocketClientTest PASS 6.3s 4 Passed 0 Skipped 0 Failed com.facebook.react.devsupport.MultipartStreamReaderTest PASS 6.1s 5 Passed 0 Skipped 0 Failed com.facebook.react.devsupport.StackTraceHelperTest PASS 13.9s 6 Passed 0 Skipped 0 Failed com.facebook.react.modules.blob.BlobModuleTest PASS 6.7s 5 Passed 0 Skipped 0 Failed com.facebook.react.modules.camera.ImageStoreManagerTest PASS 5.2s 1 Passed 0 Skipped 0 Failed com.facebook.react.modules.clipboard.ClipboardModuleTest PASS 3.8s 5 Passed 0 Skipped 0 Failed com.facebook.react.modules.dialog.DialogModuleTest PASS <100ms 10 Passed 0 Skipped 0 Failed com.facebook.react.modules.network.HeaderUtilTest PASS 3.3s 14 Passed 0 Skipped 0 Failed com.facebook.react.modules.network.NetworkingModuleTest PASS 1.4s 9 Passed 0 Skipped 0 Failed com.facebook.react.modules.network.ProgressiveStringDecoderTest PASS 1.6s 4 Passed 0 Skipped 0 Failed com.facebook.react.modules.network.ReactCookieJarContainerTest PASS 2.2s 2 Passed 0 Skipped 0 Failed com.facebook.react.modules.share.ShareModuleTest PASS 5.1s 6 Passed 0 Skipped 0 Failed com.facebook.react.modules.storage.AsyncStorageModuleTest PASS 2.7s 9 Passed 0 Skipped 0 Failed com.facebook.react.modules.timing.TimingModuleTest PASS 9.2s 9 Passed 0 Skipped 0 Failed com.facebook.react.packagerconnection.JSPackagerClientTest PASS 7.3s 4 Passed 0 Skipped 0 Failed com.facebook.react.uimanager.layoutanimation.InterpolatorTypeTest PASS 8.9s 2 Passed 0 Skipped 0 Failed com.facebook.react.uimanager.BaseViewManagerTest PASS 6.7s 4 Passed 0 Skipped 0 Failed com.facebook.react.uimanager.MatrixMathHelperTest PASS 8.8s 3 Passed 0 Skipped 0 Failed com.facebook.react.uimanager.SimpleViewPropertyTest PASS <100ms 1 Passed 0 Skipped 0 Failed com.facebook.react.util.JSStackTraceTest PASS 9.5s 1 Passed 0 Skipped 0 Failed com.facebook.react.views.image.ImageResizeModeTest PASS 15.7s 4 Passed 0 Skipped 0 Failed com.facebook.react.views.image.ReactImagePropertyTest PASS 9.2s 4 Passed 0 Skipped 0 Failed com.facebook.react.CompositeReactPackageTest PASS 9.2s 2 Passed 0 Skipped 0 Failed com.facebook.react.RootViewTest ``` Differential Revision: D19576473 Pulled By: shergin fbshipit-source-id: 35a6bce9f7dd3efec0cfcdbb00796852e1a79d6c
React Native
Learn once, write anywhere:
Build mobile apps with React.
Getting Started · Learn the Basics · Showcase · Contribute · Community · Support
React Native brings React's declarative UI framework to iOS and Android. With React Native, you use native UI controls and have full access to the native platform.
- Declarative. React makes it painless to create interactive UIs. Declarative views make your code more predictable and easier to debug.
- Component-Based. Build encapsulated components that manage their state, then compose them to make complex UIs.
- Developer Velocity. See local changes in seconds. Changes to JavaScript code can be live reloaded without rebuilding the native app.
- Portability. Reuse code across iOS, Android, and other platforms.
React Native is developed and supported by many companies and individual core contributors. Find out more in our ecosystem overview.
Contents
- Requirements
- Building your first React Native app
- Documentation
- Upgrading
- How to Contribute
- Code of Conduct
- License
📋 Requirements
React Native apps may target iOS 10.0 and Android 4.1 (API 16) or newer. You may use Windows, macOS, or Linux as your development operating system, though building and running iOS apps is limited to macOS. Tools like Expo can be used to work around this.
🎉 Building your first React Native app
Follow the Getting Started guide. The recommended way to install React Native depends on your project. Here you can find short guides for the most common scenarios:
📖 Documentation
The full documentation for React Native can be found on our website.
The React Native documentation discusses components, APIs, and topics that are specific to React Native. For further documentation on the React API that is shared between React Native and React DOM, refer to the React documentation.
The source for the React Native documentation and website is hosted on a separate repo, @facebook/react-native-website.
🚀 Upgrading
Upgrading to new versions of React Native may give you access to more APIs, views, developer tools, and other goodies. See the Upgrading Guide for instructions.
React Native releases are discussed in the React Native Community, @react-native-community/react-native-releases.
👏 How to Contribute
The main purpose of this repository is to continue evolving React Native core. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving React Native.
Code of Conduct
Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
Contributing Guide
Read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React Native.
Open Source Roadmap
You can learn more about our vision for React Native in the Roadmap.
Good First Issues
We have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.
Discussions
Larger discussions and proposals are discussed in @react-native-community/discussions-and-proposals.
📄 License
React Native is MIT licensed, as found in the LICENSE file.
React Native documentation is Creative Commons licensed, as found in the LICENSE-docs file.