1.1.8 • Published 9 months ago

@huolala-tech/page-spy-plugin-rn-async-storage v1.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

English | 中文

@huolala-tech/page-spy-plugin-rn-async-storage

SDK version SDK size

This plugin is used in React Native environment to inspect the data in AsyncStorage.

This plugin can only be registered in PageSpy ReactNative SDK: @huolala-tech/page-spy-react-native.

Usage

// In your entry file like "main.ts"
import PageSpy from '@huolala-tech/page-spy-react-native';
import AsyncStoragePlugin from '@huolala-tech/page-spy-plugin-rn-async-storage';

// Register plugin
PageSpy.registerPlugin(new AsyncStoragePlugin());
// Init PageSpy
const pageSpy = new PageSpy();

After that, enter the debug room on PageSpy web page and you can see the data in Storage -> AsyncStorage.

1.1.8

9 months ago

1.1.7

11 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

1.0.0-alpha.1

1 year ago