1.3.3 • Published 5 months ago

react-native-ficus-ui v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

Installation

With pnpm :

pnpm add react-native-ficus-ui

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.3.3

7 months ago

1.3.2

7 months ago

1.3.1

7 months ago

1.4.0-alpha1

5 months ago

1.4.0-alpha2

5 months ago

1.3.0

8 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.1.0

8 months ago

1.0.0

1 year ago

1.0.0-rc1

1 year ago

1.0.0-beta7

1 year ago

1.0.0-beta6

1 year ago

1.0.0-beta5

1 year ago

1.0.0-beta2

1 year ago

1.0.0-beta3

1 year ago

1.0.0-beta4

1 year ago

1.0.0-alpha17

2 years ago

1.0.0-alpha16

2 years ago

1.0.0-alpha15

2 years ago

1.0.0-alpha14

2 years ago

1.0.0-alpha13

2 years ago

1.0.0-alpha12

2 years ago

1.0.0-beta1

2 years ago

1.0.0-alpha11

2 years ago

1.0.0-alpha10

2 years ago

1.0.0-alpha9

2 years ago

1.0.0-alpha8

2 years ago

1.0.0-alpha7

2 years ago

1.0.0-alpha6

2 years ago

1.0.0-alpha5

2 years ago

1.0.0-alpha4

2 years ago

1.0.0-alpha3

2 years ago

1.0.0-alpha2

2 years ago

1.0.0-alpha

2 years ago