rnjs-auth-template
v1.0.0
Published
React Native auth screens template + reusable function library (styled UI, no icon libs)
Maintainers
Readme
rnjs-auth-template (UI Templates)
This package provides:
- CLI to copy React Native auth screens (styled, no icon libraries)
- Importable JS functions (validators, API helpers, AuthService)
Usage
Install:
npm install rnjs-auth-templateCopy screens into your project:
npx rnjs-auth-templateImport functions:
import { validateEmail, loginAPI, AuthService } from "rnjs-auth-template";Notes:
- CLI copies template files to
src/auth/. - Screens use basic React Native + react-native-paper friendly markup; they don't depend on icon libraries.
