1.0.0-rc1 • Published 1 month ago

react-native-ficus-ui v1.0.0-rc1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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

1.0.0-rc1

1 month ago

1.0.0-beta7

3 months ago

1.0.0-beta6

4 months ago

1.0.0-beta5

4 months ago

1.0.0-beta2

5 months ago

1.0.0-beta3

5 months ago

1.0.0-beta4

5 months ago

1.0.0-alpha17

6 months ago

1.0.0-alpha16

6 months ago

1.0.0-alpha15

6 months ago

1.0.0-alpha14

7 months ago

1.0.0-alpha13

7 months ago

1.0.0-alpha12

7 months ago

1.0.0-beta1

6 months ago

1.0.0-alpha11

8 months ago

1.0.0-alpha10

8 months ago

1.0.0-alpha9

8 months ago

1.0.0-alpha8

8 months ago

1.0.0-alpha7

8 months ago

1.0.0-alpha6

8 months ago

1.0.0-alpha5

8 months ago

1.0.0-alpha4

8 months ago

1.0.0-alpha3

8 months ago

1.0.0-alpha2

8 months ago

1.0.0-alpha

8 months ago