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

Function render

docs/public/2.0/app.src.js:13–30  ·  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/2.0/"}
20 logo={"images/sidebar-logo.svg"}
21 />,
22 root
23 );
24 } catch (e) {
25 ReactDOM.render(
26 <RedBox error={e} />,
27 root
28 );
29 }
30};
31
32if (module.hot) {
33 module.hot.accept(() => {

Callers 15

app.src.jsFile · 0.70
TextInputFlatFunction · 0.50
TextInputOutlinedFunction · 0.50
Switch.test.tsxFile · 0.50
setupFunction · 0.50
Badge.test.tsxFile · 0.50
Snackbar.test.tsxFile · 0.50
Icon.test.tsxFile · 0.50
FABGroup.test.tsxFile · 0.50

Calls 1

renderMethod · 0.45

Tested by 1

setupFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…