expoo-adv
v0.1.0
Published
Exam-ready React Native syllabus notes as installable Markdown files.
Maintainers
Readme
expoo-adv
expoo-adv is an installable Markdown notes package for a React Native syllabus. It contains exam-ready notes for React basics, React Native fundamentals, navigation, state management, Redux, networking, storage, animations, native modules, testing, debugging, and deployment.
Install
npm install expoo-advFor local testing from this folder:
npm install /Users/bhaskarpandit/Documents/rnativeRead The Notes
After installation, the Markdown files are available at:
node_modules/expoo-adv/content/Start with:
node_modules/expoo-adv/content/index.mdThe package also includes manifest.json, which lists every note file with its unit, CO, syllabus topic, and relative path.
Source Notes
The notes were prepared from the provided notes/ folder and cross-checked against current React Native, React Navigation, and Redux Toolkit documentation. The original PDFs are not published in the npm package.
Publish To npm
This package uses terminal login instead of browser login because npm web auth can fail while polling the login completion endpoint.
cd /Users/bhaskarpandit/Documents/rnative
npm login --auth-type=legacy
npm whoami
npm publishIf your npm account has two-factor authentication enabled, publish with:
npm publish --otp YOUR_OTP_CODE