protokit-rn
v0.1.33
Published
ProtoKit RN Library.
Maintainers
Readme
Protokit React Native
Protokit RN.
Install as follows:
yarn add protokit-rn@latestUsage:
App.js:
import {ComponentOne, ComponentTwo} from 'react-native-component-library-template-demo';
import { PKButton } from 'protokit-rn';
const App = () => {
return(
<View>
<Text>Button PK</Text>
<PKButton />
</View>
);
};
