mirror of
https://github.com/status-im/status-electron.git
synced 2026-08-30 21:51:11 +00:00
10
Status Components
Andrey Shovkoplyas edited this page 2018-01-11 13:30:26 +03:00
| Component | Mobile | Electron | QT |
|---|---|---|---|
| Container | View react-native |
Viewreact-native-web |
Viewstatus-im/react-native-desktop |
| Label | Text react-native |
Text react-native-web |
Text status-im/react-native-desktop |
| Image | Image react-native |
Image react-native-web |
Image status-im/react-native-desktop |
| InputField | TextInput react-native |
TextInput react-native-web |
TextInput status-im/react-native-desktop |
| Scroll | ScrollViewreact-native |
ScrollViewreact-native-web |
ScrollView status-im/react-native-desktop |
| Touchable | TouchableHighlight react-native |
TouchableOpacity react-native-web |
TouchableHighlight status-im/react-native-desktop |
| List | FlatList react-native |
div web |
FlatList status-im/react-native-desktop |
| SVG | svg react-native-svg |
svg web |
Image status-im/react-native-desktop |
| i18n | i18n react-native-i18n |
I18nManagerTBDreact-native-web |
i18n status-im/react-native-i18n |
| status-go | Status react-native-status |
status-gostatus-nodejs |
??? ??? status-im/react-native-desktop |
| DB* | realm realm |
localStorage web |
realm status-im/realm-js |
- we want to get rid of realm on mobile, because we don't use how it was meant for, so it would be good to find solution for both desktop and mobile