package reactnative
- Alphabetic
- By Inheritance
- reactnative
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait AndroidTextStyle extends Object with TextStyle
- Annotations
- @JSType()
- trait IOSTextStyle extends Object with TextStyle
- Annotations
- @JSType()
- trait Image extends AnyRef
- See also
https://reactnative.dev/docs/image
https://reactnative.dev/docs/images.html
- sealed trait Platform extends AnyRef
- implicit class ReactNativeVirtualDOMAttributes extends ActivityIndicatorAttributes with ButtonAttributes with FlatListAttributes with ImageAttributes with KeyboardAvoidingViewAttributes with ModalAttributes with ScrollViewAttributes with StatusBarAttributes with SwitchAttributes with TextInputAttributes with TouchableAttributes with TouchableHighlightAttributes with TouchableOpacityAttributes
- implicit class ReactNativeVirtualDOMElements extends AnyRef
- type StaticResource = reactnative.raw.StaticResource
- trait Style extends Object
- Annotations
- @JSType()
- See also
https://facebook.github.io/react-native/docs/view-style-props
https://facebook.github.io/react-native/docs/text-style-props
https://facebook.github.io/react-native/docs/layout-props
- trait TextStyle extends Object with Style
- Annotations
- @JSType()
- See also
https://facebook.github.io/react-native/docs/text-style-props
- type UriResource = reactnative.raw.UriResource
- trait ViewStyle extends Object with Style
- Annotations
- @JSType()
- See also
https://facebook.github.io/react-native/docs/view-style-props
https://facebook.github.io/react-native/docs/flexbox
Value Members
- def clearInterval(timeout: Timeout): Unit
- def clearTimeout(timeout: Timeout): Unit
- def setInterval(callback: Function0[Any], delay: Double): Timeout
- def setTimeout(callback: Function0[Any], delay: Double): Timeout
- object ActivityIndicator
- See also
https://facebook.github.io/react-native/docs/activityindicator
- object Alert
- See also
https://facebook.github.io/react-native/docs/alert
- object AndroidTextStyle
- object Button
- See also
https://facebook.github.io/react-native/docs/button
- object FlatList
- See also
https://facebook.github.io/react-native/docs/flatlist
- object IOSTextStyle
- object Image extends Image
- object KeyboardAvoidingView
- See also
https://reactnative.dev/docs/keyboardavoidingview
- object Modal
- See also
https://facebook.github.io/react-native/docs/modal
- object Platform
- See also
https://facebook.github.io/react-native/docs/platform-specific-code
- object ReactNativeVirtualDOMAttributes
- object ScrollView
- See also
https://reactnative.dev/docs/scrollview
- object StatusBar
- See also
https://reactnative.dev/docs/statusbar
- object Style
- object StyleSheet
- object Switch
- See also
https://reactnative.dev/docs/switch
- object TextInput
- See also
https://facebook.github.io/react-native/docs/textinput
- object TextStyle
- object Touchable
- object TouchableHighlight
- See also
https://facebook.github.io/react-native/docs/touchablehighlight
- object TouchableOpacity
- See also
https://facebook.github.io/react-native/docs/touchableopacity
- object ViewStyle