Skip to content
Snippets Groups Projects
Unverified Commit 8db19c8a authored by Diego Mello's avatar Diego Mello Committed by GitHub
Browse files

[IMPROVEMENT] Open links as push instead of modal (#949)

parent 31264427
No related branches found
No related tags found
No related merge requests found
import SafariView from 'react-native-safari-view'; import SafariView from 'react-native-safari-view';
const openLink = url => SafariView.show({ url, fromBottom: true, tintColor: '#292E35' }); import { HEADER_BACK } from '../../constants/colors';
const openLink = url => SafariView.show({ url, fromBottom: false, tintColor: HEADER_BACK });
export default openLink; export default openLink;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment