@visto9259/urlsearchparams-react-native

1.0.3 • Public • Published

urlsearchparams-react-native

[!IMPORTANT] If you are developing using Expo, URL and URLSearchParams are built-in in Expo SDK50 and this polyfill library is no longer needed.

This is a replacement library for URLSearchParams for React Native apps.

It is a port of jerrybendy/url-search-params-polyfill as a JS class.

###Limitations:

  • This library is for use in React Native applications
  • It has not been tested in other frameworks

Installation

This can be installed using yarn:

$ yarn add @visto9259/urlsearchparams-react-native

or using npm:

$ npm install @visto9259/urlsearchparams-react-native --save

Make sure to import the class:

import {URLSearchParams} from '@visto9259/urlsearchparams-react-native';

##Usage

To come

Package Sidebar

Install

npm i @visto9259/urlsearchparams-react-native

Weekly Downloads

13

Version

1.0.3

License

MIT

Unpacked Size

7.37 kB

Total Files

4

Last publish

Collaborators

  • visto9259