Documentation
latest
latest (v32.0.0)
v32.0.0
v31.0.0
v30.0.0
v29.0.0
v28.0.0
v27.0.0
v26.0.0
Introduction
Quick Start
Installation
Project Lifecycle
Community
Additional Resources
Troubleshooting Proxies
Frequently Asked Questions
Already used React Native?
Why not Expo?
Working with Expo
Up and Running
Upgrading Expo
Upgrading Expo SDK Walkthrough
Glossary of terms
Configuration with app.json
Development Mode
Viewing Logs
Debugging
Android Studio Emulator
Publishing
Linking
Expo & "Create React Native App"
How Expo Works
Expo CLI
Guides
App Icons
Assets
Error Handling
Preloading & Caching Assets
Icons
Using Custom Fonts
Routing & Navigation
Configuring StatusBar
Offline Support
Configuring OTA Updates
Push Notifications
Using FCM for Push Notifications
Notification Channels
Using ClojureScript
Using GraphQL
Using Sentry
Create a Splash Screen
Using Firebase
Setting up Continuous Integration
Testing on physical devices
Distributing Your App
Building Standalone Apps
App signing
Deploying to App Stores
Release Channels
Advanced Release Channels
Hosting An App on Your Servers
Building Standalone Apps on Your CI
Uploading Apps to the Apple App Store and Google Play
App Transfers
Tutorials
Creating A 2D Game
ExpoKit
Ejecting to ExpoKit
Developing With ExpoKit
Advanced ExpoKit Topics
Universal Modules and ExpoKit
SDK API Reference
Introduction
AR
Accelerometer
Admob
Amplitude
App Auth
AppLoading
ART
Asset
Audio
AuthSession
AV
BackgroundFetch
BarCodeScanner
BlurView
Branch
Brightness
Calendar
Camera
Constants
Contacts
DeviceMotion
DocumentPicker
ErrorRecovery
FacebookAds
Facebook
FaceDetector
FileSystem
Font
GestureHandler
GLView
Google Sign-In
Google
Gyroscope
Haptic
ImageManipulator
ImagePicker
IntentLauncherAndroid
KeepAwake
LinearGradient
Linking
LocalAuthentication
Localization
Location
Lottie
Magnetometer
MailComposer
MapView
MediaLibrary
Notifications
Payments
Pedometer
Permissions
Print
registerRootComponent
ScreenOrientation
SecureStore
Segment
SMS
Speech
SplashScreen
SQLite
StoreReview
Svg
takeSnapshotAsync
TaskManager
Updates
Video
WebBrowser
React Native
Learn the Basics
Props
State
Style
Height and Width
Layout with Flexbox
Handling Text Input
Handling Touches
Using a ScrollView
Using List Views
Networking
Platform Specific Code
Navigating Between Screens
Images
Animations
Accessibility
Timers
Performance
Gesture Responder System
JavaScript Environment
Direct Manipulation
Color Reference
ActivityIndicator
Button
DatePickerIOS
DrawerLayoutAndroid
FlatList
Image
InputAccessoryView
KeyboardAvoidingView
ListView
MaskedViewIOS
Modal
NavigatorIOS
Picker
PickerIOS
ProgressBarAndroid
ProgressViewIOS
RefreshControl
SafeAreaView
ScrollView
SectionList
SegmentedControlIOS
Slider
SnapshotViewIOS
StatusBar
Switch
TabBarIOS.Item
TabBarIOS
Text
TextInput
ToolbarAndroid
TouchableHighlight
TouchableNativeFeedback
TouchableOpacity
TouchableWithoutFeedback
View
ViewPagerAndroid
VirtualizedList
WebView
AccessibilityInfo
ActionSheetIOS
Alert
AlertIOS
Animated
AppState
AsyncStorage
BackAndroid
BackHandler
Clipboard
DatePickerAndroid
Dimensions
Easing
Image Style Props
ImageStore
InteractionManager
Keyboard
Layout Props
LayoutAnimation
ListViewDataSource
NetInfo
PanResponder
PixelRatio
Settings
Shadow Props
Share
StatusBarIOS
StyleSheet
Systrace
Text Style Props
TimePickerAndroid
ToastAndroid
Transforms
Vibration
VibrationIOS
View Style Props
ImageBackground
Out-of-Tree Platforms
Native Modules Setup
Hi friend!
Meet us at App.js Conf in Krakow, Poland on April 4th and 5th with workshops and talks.
Learn more
ProgressViewIOS
Use
ProgressViewIOS
to render a UIProgressView on iOS.
Props
View props...
progress
progressImage
progressTintColor
progressViewStyle
trackImage
trackTintColor
Reference
Props
progress
The progress value (between 0 and 1).
Type
Required
number
No
progressImage
A stretchable image to display as the progress bar.
Type
Required
Image.propTypes.source
No
progressTintColor
The tint color of the progress bar itself.
Type
Required
string
No
progressViewStyle
The progress bar style.
Type
Required
enum('default', 'bar')
No
trackImage
A stretchable image to display behind the progress bar.
Type
Required
Image.propTypes.source
No
trackTintColor
The tint color of the progress bar track.
Type
Required
string
No