MCPcopy Index your code
hub / github.com/Paraboly/react-native-input-bar / App

Function App

example/App.tsx:5–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import InputBar from './build/dist/InputBar';
4
5const App = () => {
6 return (
7 <>
8 <StatusBar barStyle="dark-content" />
9 <SafeAreaView style={{flex: 1}}>
10 <InputBar multiline height={null} />
11 </SafeAreaView>
12 </>
13 );
14};
15
16export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected