identy_face
v1.0.1
Published
Platform-specific greeting from React Native.
Downloads
3
Readme
identy_face
Platform-specific greeting from React Native.
Installation
npm install identy_faceUsage
import { sayHello } from 'identy_face';
import { Text } from 'react-native';
export default function App() {
return <Text>{sayHello()}</Text>;
}