You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

react-native-assistive-tool

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-assistive-tool

dev tool


Version published
Maintainers
0
Created

Readme

Source

react-native-assistive-tool

React native dev tool for assistive touch

  • Network logger
  • AsyncStorage viewer
  • Navigation logger

Installation

npm install react-native-assistive-tool

Or yarn

yarn add react-native-assistive-tool

You have to install "@react-native-async-storage/async-storage" for AsyncStorage viewer

yarn add @react-native-async-storage/async-storage

You have to install "react-navigation" for Navigation logger

yarn add @react-navigation/native @react-navigation/native-stack

And install "react-native-network-logger" for Network logger

yarn add react-native-network-logger

"react-native-mmkv-storage":is optional for MMKV storage

Usage

Make sure to wrap your app with NavigationContainer

import { AssistiveTouch } from 'react-native-assistive-tool';

// ...

<AssistiveTouch
  color="black"
  size={70}
  //MUST FOR NAVIGATION LOGGER
  navigationRef={navigationRef}
>
  {/Your component/}
</AssistiveTouch>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Keywords

FAQs

Package last updated on 14 Jul 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc