expo install expo-linking
라이브러리 설치
import * as Linking from 'expo-linking';
임포트
const link = () => {
Linking.openURL("URL")
}
<TouchableOpacity style={styles.contentInstarBtn} onPress={link}>
적용
'ReactNative' 카테고리의 다른 글
날씨정보 가져오기 Weather API (0) | 2022.08.06 |
---|---|
현재 위치 가져오기 expo location (0) | 2022.08.06 |
리액트 네이티브 navigation (0) | 2022.08.02 |
리액트 네이티브 useEffect (0) | 2022.08.02 |
VSC 터미널 리액트 네이티브 init 에러 (0) | 2022.07.20 |