ScrollView#alwaysBounceHorizontal

iosalwaysBounceHorizontal bool When true, the scroll view bounces horizontally when it reaches the end even if the content is smaller than the scroll view itself. The default value is true when horizontal={true} and false otherwise.

ScrollView#alwaysBounceVertical

iosalwaysBounceVertical bool When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself. The default value is false when horizontal={true} and true otherwise.

Running On Device

Note that running on device requires Apple Developer account and provisioning your iPhone. This guide covers only React Native specific topic. Accessing development server from device You can iterate quickly on device using development server. To do that, your laptop and your phone have to be on the same wifi network. Open AwesomeApp/ios/AwesomeApp/AppDelegate.m Change the IP in the URL from localhost to your laptop's IP. On Mac, you can find the IP address in System Preferences / Network. T

Running On Device

Prerequisite: USB Debugging You'll need this in order to install your app on your device. First, make sure you have USB debugging enabled on your device. Check that your device has been successfully connected by running adb devices: $ adb devices List of devices attached emulator-5554 offline # Google emulator 14ed2fcc device # Physical device Seeing device in the right column means the device is connected. Android - go figure :) You must have only one device connected. Now you can

RefreshControl#progressViewOffset

androidprogressViewOffset number Progress view top offset

RefreshControl#titleColor

iostitleColor color Title color.

RefreshControl#title

iostitle string The title displayed under the refresh indicator.

RefreshControl#tintColor

iostintColor color The color of the refresh indicator.

RefreshControl#size

androidsize enum(RefreshLayoutConsts.SIZE.DEFAULT, RefreshLayoutConsts.SIZE.LARGE) Size of the refresh indicator, see RefreshControl.SIZE.

RefreshControl#refreshing

refreshing bool Whether the view should be indicating an active refresh.