# urlsearchparams-react-native **Repository Path**: mirrors_jerrybendy/urlsearchparams-react-native ## Basic Information - **Project Name**: urlsearchparams-react-native - **Description**: URLSearchParams replacement for React Native - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # urlsearchparams-react-native This is a replacement library for URLSearchParams for React Native apps. It is a port of [jerrybendy/url-search-parmams-polyfill](https://github.com/jerrybendy/url-search-params-polyfill.git) 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