The Wayback Machine - https://web.archive.org/web/20230605061118/https://github.com/GeekyAnts/nativebase-docs
Skip to content

GeekyAnts/nativebase-docs

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NativeBase Docs Website

This is the NativeBase Docs Website. It is a Next.js project.

To get started with contributing to NativeBase Docs, please follow the below steps:

  • Fork the repository.
  • Clone your forked repository.
  • Run npm install or yarn.
  • Run npm run dev or yarn dev to start the development server.
  • Go to the docs directory.
  • Make your changes in the next folder.
  • Commit all your changes.
  • Just to be sure test your changes by running yarn build and then yarn start.
  • When you are done, push your changes to the main branch.
  • Create a pull request.
  • The NativeBase team will review your pull request and if it is accepted, it will be published to the docs website.