()
| 3 | import InputBar from './build/dist/InputBar'; |
| 4 | |
| 5 | const 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 | |
| 16 | export default App; |
nothing calls this directly
no outgoing calls
no test coverage detected