Skip to content

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

Filter by

36 results
 (66 ms)

36 results

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

2.65KB of useless code in my JS bundle, could please avoid importing package.json img width= 1920 alt= Image src= https://github.com/user-attachments/assets/45ba56f0-4f44-43fc-a95f-c80721e689db /
  • retyui
  • 6
  • Opened 
    on Jun 29
  • #483

Thanks for the great work on this project! I noticed that a fix targeting react-native 0.78 I’m interested in has already been merged into master https://github.com/charpeni/react-native-url-polyfill/commit/6160f008556ce0497705761423a730cc5aa16a17. ...
  • bacarybruno
  • 4
  • Opened 
    on May 12
  • #482

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 
    on Mar 1
  • #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
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! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub