react-native-better-html
v1.0.20
Published
A component library for react native that is as close to plane react-native as possible
Maintainers
Readme
react-native-better-html
A component library for react native that is as close to plane react-native as possible
🚧 Work in progress 🚧
🔴 The library is not yet ready for use - development is actively in progress 🔴
Documentation
You can find the full documentation on the home page of the official Docs website.
Requirements
- React version 19.0 or above.
- React Native version 0.82 or above.
Installation
To install react-native-better-html run the following command in your project directory:
npm install react-native-better-htmlConfiguration
The <BetterComponentsProvider> component should wrap your application's root component to apply the configuration.
import { Stack } from "expo-router";
import { BetterComponentsProvider } from "react-native-better-html";
export default function RootLayout() {
return (
<BetterComponentsProvider>
<Stack />
</BetterComponentsProvider>
);
}This is enough for the components to work with the default configurations that the library comes with. They can be overridden when passing config prop to the <BetterComponentsProvider> tag.
Problems?
Ask for help on Stack Overflow, on our GitHub repository or contact the contributors.
