import { StyleSheet, Text, View } from 'react-native'; import * as NekoTest from 'neko-test'; export default function App() { return ( {NekoTest.hello()} ); } const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: '#fff', alignItems: 'center', justifyContent: 'center', }, });