0.0.1 • Published 8 months ago
react-native-stellar v0.0.1
react-native-stellar
React Native UI refers to the design and structure of user interfaces in React Native applications. It combines React components with native platform capabilities to create mobile-friendly, high-performance UI.
Installation
npm install react-native-stellarUsage
import { multiply } from 'react-native-stellar';
// ...
const result = await multiply(3, 7);Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library