A new way of writing React Native Code.
Read this in another languages: 🇫🇷 Français, 🇪🇸 Spañol, Português (BR)
API's
API | Trigger |
---|---|
Firebase | raFirebase |
Components
Components | Trigger |
---|---|
Button | rcButton |
Image | rcImage |
ListView | rcListView |
ScrollView | rcScrollView |
Text | rcText |
TextInput | rcTextInput |
View | rcView |
Functions
Functions | Trigger |
---|---|
Constructor | rfConstructor |
Render | rfRender |
Register | rfRegisterComponent |
State
State | Trigger |
---|---|
this.state={myValue} | rsThisState |
this.setState({myValue}) | rsSetState |
Props
Prop | Trigger |
---|---|
this.props.myProp | rpThisProps |
Imports
Imports | Trigger |
---|---|
React | riReact |
React Native | riReactNative |
Firebase | riFirebase |
Aux of Components
Aux | Trigger |
---|---|
ListViewDataSource | rxListViewDataSource |
SeparatorStyle | rxSeparatorStyle |
Styles
Style | Trigger |
---|---|
style={styles.myStyle} | rtStyleAsign |
Style Create | rtStyleCreate |
StyleSheet Create | rtStyleSheetCreate |