79469144

Date: 2025-02-26 09:25:30
Score: 0.5
Natty:
Report link

you can use linking for that is the core component of the React native framework.

import { Linking } from 'react-native';

Linking.openURL(url);

you can add this in your code and it's working fine.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aditya Singh