react-native-ficus-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

React Native Ficus UI banner


Ficus UI is a React Native UI library forked on Magnus UI and inspired by Chakra UI

Installation

With npm :

npm install react-native-ficus-ui

With yarn :

yarn add react-native-ficus-ui

Then, install the pods for iOS :

cd ios && pod install

Usage

You need to wrap your root component inside ThemeProvider component from react-native-ficus-ui.

import { AppRegistry } from 'react-native';
import { ThemeProvider } from 'react-native-ficus-ui';

import App from './src/App';

export default function Main() {
  return (
    <ThemeProvider>
      <App />
    </ThemeProvider>
  );
}

AppRegistry.registerComponent('main', () => Main);

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

Package Sidebar

Install

npm i react-native-ficus-ui

Homepage

ficus-ui.com

Weekly Downloads

78

Version

1.0.0

License

MIT

Unpacked Size

1.39 MB

Total Files

871

Last publish

Collaborators

  • ntorion