Skip to content

🌱 React Native Ficus UI is a UI library to help you easily design and develop your applications

License

Notifications You must be signed in to change notification settings

BearStudio/react-native-ficus-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

11d46cf Β· Feb 12, 2025
Aug 27, 2024
Feb 12, 2025
Feb 12, 2025
Feb 12, 2025
Jul 4, 2023
Aug 23, 2024
Jul 4, 2023
May 15, 2023
Aug 23, 2024
Aug 27, 2024
Sep 25, 2023
Jul 23, 2023
Jul 4, 2023
May 15, 2023
May 15, 2023
Aug 27, 2024
May 15, 2023
Oct 31, 2024
May 15, 2023
Oct 31, 2024
Jul 3, 2023
Nov 8, 2024
Oct 31, 2024
May 15, 2023
Jan 6, 2024

Repository files navigation

React Native Ficus UI banner


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

Requirements

This library now needs react-native-gesture-handler to be installed inside the React Native project. If you use Expo Go then you have nothing to do as Gesture Handler is integrated inside Expo SDK. But if you use a Bare React Native project, please follow those instructions in first : https://docs.swmansion.com/react-native-gesture-handler/docs/fundamentals/installation/

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

About

🌱 React Native Ficus UI is a UI library to help you easily design and develop your applications

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published