react-native-toast-message
Animated toast message component for React Native
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- publish.yml
- quality.yml
- api.md
- custom-layouts.md
- jest-testing.md
- modal-usage.md
- navigation-usage.md
- quick-start.md
- toast.gif
- bump.sh
- node-patch.js
- setup.sh
- PanResponder.ts
- Toast.test.tsx
- ToastUI.test.tsx
- useToast.test.tsx
- AnimatedContainer.test.tsx
- BaseToast.test.tsx
- ErrorToast.test.tsx
- InfoToast.test.tsx
- SuccessToast.test.tsx
- AnimatedContainer.styles.tsx
- AnimatedContainer.tsx
- BaseToast.styles.ts
- BaseToast.tsx
- ErrorToast.tsx
- InfoToast.tsx
- SuccessToast.tsx
- GestureContext.test.tsx
- LoggerContext.test.tsx
- GestureContext.tsx
- index.ts
- LoggerContext.tsx
- useKeyboard.test.ts
- usePanResponder.test.ts
- useSlideAnimation.test.ts
- useTimeout.test.ts
- useViewDimensions.test.ts
- index.ts
- useKeyboard.ts
- usePanResponder.ts
- useSlideAnimation.ts
- useTimeout.ts
- useViewDimensions.ts
- index.ts
- animationConfig.test.ts
- number.test.ts
- obj.test.ts
- animationConfig.ts
- array.ts
- func.ts
- number.ts
- obj.ts
- platform.ts
- test-id.ts
- Toast.tsx
- ToastUI.tsx
- useToast.ts
- .eslintignore
- .eslintrc.js
- .gitignore
- .npmignore
- .nvmrc
- .prettierrc.js
- babel.config.js
- index.ts
- jest.config.js
- jest.setup.js
- LICENSE
- package.json
- README.md
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/calintamas/react-native-toast-message
Downloads the entire project code from GitHub to your computer.
cd react-native-toast-message
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
