MCPcopy
hub / github.com/callstack/react-native-paper / render

Function render

docs/public/4.0/app.src.js:13–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12const root = document.getElementById('root');
13const render = () => {
14 try {
15 ReactDOM.hydrate(
16 <App
17 name={window.__INITIAL_PATH__}
18 data={data}
19 github={"https://github.com/callstack/react-native-paper/edit/master/"}
20 logo={"images/sidebar-logo.svg"}
21 title={"[title] · React Native Paper"}
22 />,
23 root
24 );
25 } catch (e) {
26 ReactDOM.render(
27 <RedBox error={e} />,
28 root
29 );
30 }
31};
32
33if (module.hot) {
34 module.hot.accept(() => {

Callers 1

app.src.jsFile · 0.70

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…