Expo
Get Started
Guides
Feature Preview
API Reference
Get Started
Guides
Feature Preview
API Reference
SDK36
Latest (SDK40)
SDK40
SDK39
SDK38
SDK37
SDK36
Configuration Files
app.json / app.config.js
metro.config.js
Expo SDK
AR
Accelerometer
Admob
Amplitude
AppAuth
AppLoading
Appearance
AppleAuthentication
Application
ART
Asset
Audio
AuthSession
AV
BackgroundFetch
BarCodeScanner
Barometer
Battery
BlurView
Branch
Brightness
Calendar
Camera
captureRef
Cellular
Constants
Contacts
Crypto
DateTimePicker
Device
DeviceMotion
DocumentPicker
ErrorRecovery
FacebookAds
Facebook
FaceDetector
FileSystem
Font
GestureHandler
GLView
GoogleSignIn
Google
Gyroscope
Haptics
ImageManipulator
ImagePicker
InAppPurchases
IntentLauncher
KeepAwake
LinearGradient
Linking
LocalAuthentication
Localization
Location
Lottie
Magnetometer
MailComposer
MapView
MaskedView
MediaLibrary
NetInfo
Network
Notifications
Overview
Payments
Pedometer
Permissions
Print
Random
Reanimated
registerRootComponent
SafeAreaContext
ScreenOrientation
Screens
SecureStore
Segment
Sensors
SharedElement
Sharing
SMS
Speech
SplashScreen
SQLite
StoreReview
Svg
TaskManager
Updates
VideoThumbnails
Video
ViewPager
WebBrowser
WebView
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
Images
Animations
Accessibility
Timers
Gesture Responder System
JavaScript Environment
Direct Manipulation
Color Reference
ActivityIndicator
Button
DatePickerIOS
FlatList
Image
InputAccessoryView
KeyboardAvoidingView
Modal
Picker
PickerIOS
ProgressBarAndroid
ProgressViewIOS
RefreshControl
SafeAreaView
ScrollView
SectionList
SegmentedControlIOS
Slider
StatusBar
Switch
Text
TextInput
ToolbarAndroid
TouchableHighlight
TouchableNativeFeedback
TouchableOpacity
TouchableWithoutFeedback
View
ViewPagerAndroid
VirtualizedList
AccessibilityInfo
ActionSheetIOS
Alert
AlertIOS
Animated
AppState
AsyncStorage
BackHandler
Clipboard
DatePickerAndroid
Dimensions
Easing
Image Style Props
InteractionManager
Keyboard
Layout Props
LayoutAnimation
PanResponder
PixelRatio
Shadow Props
Share
StatusBarIOS
StyleSheet
Text Style Props
TimePickerAndroid
ToastAndroid
Transforms
Vibration
View Style Props
Fast Refresh
ImageBackground
Optimizing Flatlist Configuration
Using TypeScript with React Native
ART
This library has been removed as of SDK 36. You likely want to use
Svg
which is more feature complete, has better documentation, and is a more standard implementation of vector graphics.
If you need to use
react-native-progress
, which relies on ART, you can use the bare workflow and install
@react-native-community/art
, or implement your own progress indicator using Svg (
here's an example
).
Again, you almost definitely want to use
Svg
instead of this unless you are really sure you want to use ART for some reason.