Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oxwazz/hello-react-native


https://github.com/oxwazz/hello-react-native

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Hello React Native

from 'react-native'
```

├── 🟡 (View Props)
├── ✅ animating:
│ └── ✅ (bool) true
├── ✅ color:
│ ├── ✅ [Android] (string) null (system accent default color)
│ └── ✅ [iOS] (string)'#999999'
├── ✅ hidesWhenStopped: [iOS]
│ └── ✅ true
├── ✅ size:
├── ✅ ('small' | 'large') 'small'
└── ✅ [Android] (number)

├── ✅ [Required] onPress:
│ └── ✅ ({nativeEvent: PressEvent})
├── ✅ [Required] title:
│ └── ✅ (string)
├── ✅ accessibilityLabel:
│ └── ✅ (string)
├── ❓ accessibilityLanguage: [iOS]
│ └── ❓ (string)
├── ❓ accessibilityActions:
│ └── ❓ (array)
├── ❓ onAccessibilityAction:
│ └── ❓ (function)
├── ✅ color:
│ ├── ✅ [Android] (string) '#2196F3'
│ └── ✅ [iOS] (string) '#007AFF'
├── ✅ disabled:
│ └── ✅ (bool) false
├── ✅ hasTVPreferredFocus: [TV]
│ └── ✅ (bool) false
├── ❓ nextFocusDown: [Android] [TV]
│ └── ❓ (number)
├── ❓ nextFocusForward: [Android] [TV]
│ └── ❓ (number)
├── ❓ nextFocusLeft: [Android] [TV]
│ └── ❓ (number)
├── ❓ nextFocusRight: [Android] [TV]
│ └── ❓ (number)
├── ❓ nextFocusUp: [Android] [TV]
│ └── ❓ (number)
├── ✅ testID:
│ └── ✅ (string)
└── ✅ touchSoundDisabled: [Android]
└── ✅ (bool) false

ongoing...
```