Expo
Get Started
Guides
Feature Preview
API Reference
Get Started
Guides
Feature Preview
API Reference
Latest (SDK40)
Latest (SDK40)
SDK40
SDK39
SDK38
SDK37
SDK36
Configuration Files
app.json / app.config.js
metro.config.js
Expo SDK
Accelerometer
Admob
Amplitude
AppAuth
AppLoading
Appearance
AppleAuthentication
Application
ART
Asset
AsyncStorage
Audio
AuthSession
AV
BackgroundFetch
BarCodeScanner
Barometer
Battery
BlurView
Branch
Brightness
Calendar
Camera
captureRef
Cellular
Checkbox
Clipboard
Constants
Contacts
Crypto
DateTimePicker
Device
DeviceMotion
DocumentPicker
ErrorRecovery
FacebookAds
Facebook
FaceDetector
FileSystem
FirebaseAnalytics
FirebaseCore
FirebaseRecaptcha
Font
GestureHandler
GLView
GoogleSignIn
Google
Gyroscope
Haptics
ImageManipulator
ImagePicker
InAppPurchases
IntentLauncher
KeepAwake
LegacyNotifications
LinearGradient
Linking
LocalAuthentication
Localization
Location
Lottie
Magnetometer
MailComposer
MapView
MaskedView
MediaLibrary
NetInfo
Network
Notifications
Payments
Pedometer
Permissions
Picker
Print
Random
Reanimated
registerRootComponent
SafeAreaContext
ScreenCapture
ScreenOrientation
Screens
SecureStore
Segment
SegmentedControl
Sensors
SharedElement
Sharing
Slider
SMS
Speech
SplashScreen
SQLite
StatusBar
StoreReview
Svg
TaskManager
Updates
VideoThumbnails
Video
ViewPager
WebBrowser
WebView
React Native
ActivityIndicator
Button
FlatList
Image
InputAccessoryView
KeyboardAvoidingView
Modal
RefreshControl
SafeAreaView
ScrollView
SectionList
StatusBar
Switch
Text
TextInput
TouchableHighlight
TouchableNativeFeedback
TouchableOpacity
TouchableWithoutFeedback
View
VirtualizedList
AccessibilityInfo
ActionSheetIOS
Alert
Animated
BackHandler
Clipboard
Dimensions
Easing
Image Style Props
InteractionManager
Keyboard
Layout Props
LayoutAnimation
PanResponder
PixelRatio
Shadow Props
Share
StyleSheet
Text Style Props
ToastAndroid
Transforms
Vibration
View Style Props
Animated.Value
Animated.ValueXY
Appearance
CheckBox
DynamicColorIOS
ImageBackground
PlatformColor
Pressable
PressEvent
useColorScheme
useWindowDimensions
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.