React Native port of Bulma components
Bulma Native is a React Native port of the Bulma CSS component library. This guide provides information on how to get started and install Bulma Native components in a React Native app. It also includes documentation and a caveat regarding the accuracy of component rendering on different devices.
To install Bulma Native, follow these steps:
npm install bulma-native
For more information on icon installation and usage, and setting up theming, refer to the Bulma Native Storybook page for Icons documentation.
Bulma Native is a React Native port of the popular Bulma CSS component library. It provides a seamless integration with React Native projects and offers support for icons. The official documentation, available in the Bulma Native Storybook, allows users to preview components, view and interactively set their properties, and copy sample code. However, it’s important to note that the components might not look exactly the same on different devices. The Image component also has limitations, as it relies on a React Native-specific prop and does not display on web. The development team is currently working on a solution for this issue.