status-im / status-fiddle

Online UI editor for status-react
10 stars 9 forks source link

Implement all react-native components #7

Open flexsurfer opened 6 years ago

Monte9 commented 6 years ago

Hey @flexsurfer! I came across this issue/repo when I am digging into https://status.im/ and found it really interesting.

I have plenty of React Native experience and I would like to help out with this issue is possible. Can you please let me know how I can help?

Also, I have very little context on how this repo connects to the main status ios/android app and the related tech. Could you kindly give me a tldr; on the status ecosystem?

Let me know. Thanks.

flexsurfer commented 6 years ago

yes @audriu you're right, all components used in status-react and supported here https://github.com/necolas/react-native-web/blob/master/packages/react-native-web/src/index.js#L31, and status-im.ui.components.list.views and status-im.ui.components.status-bar.view

flexsurfer commented 6 years ago

let's say these components , functions and ns should be implemented

(def activity-indicator (get-class "ActivityIndicator"))

(defn keyboard-avoiding-view 
(def keyboard-avoiding-view-class (get-class "KeyboardAvoidingView"))

(def status-bar (get-class "StatusBar"))
status-im.ui.components.status-bar.view

(def flat-list-class (react/get-class "FlatList"))
(def section-list-class (react/get-class "SectionList"))
status-im.ui.components.list.views
flexsurfer commented 6 years ago

@audriu, in this case, we need to compile all status_im, but we don't have all dependencies and don't want to have

flexsurfer commented 6 years ago

i'm working on this

pablanopete commented 6 years ago

To be revoked cc @andytudhope

StatusSceptre commented 5 years ago

@flexsurfer is this still relevant to bounty?

flexsurfer commented 5 years ago

no, we can close it