
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
native-base-hotfix
Advanced tools
A complete component library for React Native Ecosystem
You can find the complete documentation here.
NativeBase is a universal Design System for Mobile & Web built for React Native and React with the same API. Ships a bunch of components for most of the use-cases that includes Button, AppBar, Dialog, Modal and what not.
We want to build and ship apps fast with the highest quality. We want to focus on the business logic and to solve real problems.
| Name | Web | Mobile | Design System | Customizable | Components | Language | Docs | Popularity |
|---|---|---|---|---|---|---|---|---|
| Ant Design | Yes | Partial | Yes | Low | Many | JavaScript | Very good | |
| Braid Design System | Yes | No | Yes | Medium | Many | JavaScript | Good | |
| Bootstrap | Yes | No | Yes | Medium | Limited | CSS | Very good | |
| TailwindCSS | Yes | Partial | Yes | High | Rich (with TailwindUI) | CSS | Very good | |
| Flutter Material | Yes | Yes | Yes | High | Many | Dart | Average | |
| NativeBase 3.0 | Yes | Yes | Yes | High | Rich | JavaScript | Very good |
Ant Design, Braid Design System, Bootstrap, TailwindCSS, Flutter Material
Declarative and Imperative. Declarative for components and Imperative for all the actions
To have NativeBase components running onto your native apps, all you need to do is, create a fresh React Native project using whatever you want, expo is a really great starting point so we will start with that and install the NativeBase using npm or yarn and add all the peer dependencies.
react-native init AwesomeNativeBase
cd AwesomeNativeBase
Install NativeBase
# using yarn
yarn add native-base@next
# using npm
npm i native-base@next
Install Peer Dependencies
The peer dependencies included from any npm packages does not automatically get installed. Your application will not depend on it explicitly.
react-native link
You've successfully setup NativeBase with your React Native app. Your React Native app is ready to run on iOS and Android devices.
Expo helps you make React Native apps with no build configuration. It works on macOS, Windows, and Linux. Refer this link for additional information on Expo and setting up an Expo starter app.
Install NativeBase
# using yarn
yarn add native-base@next
# using npm
npm i native-base@next
We will also have to install these peer dependencies
Install react-native-svg
# using yarn
yarn add react-native-svg
# using npm
npm i react-native-svg
Install react-native-vector-icons
# using yarn
yarn add react-native-vector-icons
# using npm
npm i react-native-vector-icons
Install styled-components
# using yarn
yarn add styled-components
# using npm
npm i styled-components
Install styled-system
# using yarn
yarn add styled-system
# using npm
npm i styled-system
NativeBase 3.0 is made from two types of components — Primitives and Composite.
Go through NativeBase Docs to play with NativeBase.
We are GeekyAnts, a startup based in Bangalore, India with 200+ developers in strength. We have been very active in the React / React Native community where we have developed StrapUI and StartReact. Our other products include StartLaravel and StartAngular.
Another major project by us is BuilderX, a screen design tool which codes React Native for you.
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
FAQs
Essential cross-platform UI components for React Native
We found that native-base-hotfix demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.