change RN userinterface at runtime.
npm install react-native-user-interfacechange RN userinterface at runtime.
``sh`
npm install react-native-user-interface
`js
import { multiply } from "react-native-user-interface";
// ...
const result = await multiply(3, 7);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT