1.0.12 • Published 11 months ago

@kasterweb/get-native-array v1.0.12

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

Get Native Array

Purpose

Access device local storage and retrieve json arrays in a react-native readable way for K-vendas2.

PlatformsMinimum
AndroidSDK 23
iOSiOS 12.4

Installation

yarn install get-native-array

Usage

import { getJSONArray } from 'get-native-array';

API

GetJSONArray

This method is responsible for accessing and returning json files stored in phone's memory as a react-native array.

Typescript Definition
getJSONArray(fileName: string): Promise<Array<any>, "exception">

License

MIT


1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.7

11 months ago

1.0.6

1 year ago

1.0.5

1 year ago