Skip to content

issues Search Results · repo:charpeni/react-native-url-polyfill language:Java

Filter by

34 results
 (43 ms)

34 results

incharpeni/react-native-url-polyfill (press backspace or delete to remove)

The readme says Trustworthy. Follows closely the URL Standard spec, and relys on unit tests and Detox e2e tests within React Native. And previously it says Lightweight. Uses a forked version of whatwg-url ...
  • anonrig
  • 3
  • Opened 
    7 days ago
  • #476

It crashes the Reactotron app whenever I want to view network requests. It was imported using import react-native-url-polyfill/auto into the index.js file
  • orisa
  • 3
  • Opened 
    on Jul 24, 2024
  • #473

const searchParams = new URLSearchParams( abc=456 rn=ReactNative abc=javascript ); console.log( size: + searchParams .size); The log result should be as follows:size: 3; The actual log result is as follows:size: ...
  • wh-hujinyun
  • Opened 
    on Jul 4, 2024
  • #472

const params = new URLSearchParams( query=abc type=search query=123 ); params.sort(); let result = params.toString(); console.log( result: + params.toString()); The log result should be:query=abc query=123 ...
  • wh-hujinyun
  • Opened 
    on Jul 4, 2024
  • #471

I am trying to use this package, but I am getting an error when bundling with Expo! Here are 2 different ways the error shows up: [Error: TransformError node_modules/react-native-url-polyfill/index.js: ...
  • ochoav
  • Opened 
    on May 24, 2024
  • #470

I really appreciate your work. Today, I published my app as an .aab file to the Play Store. When testing it on real devices, this package caused the app to become stuck at a blank white view that covered ...
  • hayr-hotoca
  • 1
  • Opened 
    on Feb 24, 2024
  • #469

The URL implementation used by this library doesn t appear to normalize URL hostnames in the same way as the implementations of Node 18 and WHATWG. Here s a repro: https://replit.com/@estrattonbailey/URL-normalization ...
  • estrattonbailey
  • 1
  • Opened 
    on Nov 22, 2023
  • #462

Using import {URL} from react-native-url-polyfill ; breaks Jest Test suite with the error TypeError: Cannot read properties of undefined (reading Version ) Stack Trace: at Object. anonymous (node_modules/react-native-url-polyfill/js/ios10Fix.js:2:54) ...
  • Talha345
  • 1
  • Opened 
    on Aug 11, 2023
  • #461

After adding import react-native-url-polyfill/auto ; to an expo app, it no longer works on web (see screenshot for error) Steps to reproduce: 1. create app using npx create-expo-app@latest -e with-router ...
  • Csierram96
  • 3
  • Opened 
    on Jul 13, 2023
  • #460
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub