2018-02-14 15:48:21 +00:00
|
|
|
import SafariView from 'react-native-safari-view';
|
2017-12-28 17:40:10 +00:00
|
|
|
|
2019-05-31 15:09:46 +00:00
|
|
|
import { HEADER_BACK } from '../../constants/colors';
|
|
|
|
|
|
|
|
const openLink = url => SafariView.show({ url, fromBottom: false, tintColor: HEADER_BACK });
|
2017-12-28 17:40:10 +00:00
|
|
|
|
|
|
|
export default openLink;
|