MCPcopy Create free account
hub / github.com/kdchang/reactjs101 / Main

Function Main

Appendix02/ReactNativeFirebaseMotto/src/components/Main/Main.js:20–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18const itemsRef = rootRef.child('items');
19
20const Main = () => (
21 <Provider store={store}>
22 <View>
23 <ToolBar style={styles.toolBar} />
24 <MottoListContainer itemsRef={itemsRef} />
25 <ActionButtonContainer />
26 <InputModalContainer itemsRef={itemsRef} />
27 </View>
28 </Provider>
29);
30
31export default Main;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected