react native ios 권한요청1 [React Native] React Native 권한요청 구현 https://github.com/zoontek/react-native-permissions 1. react-native-permissions 라이브러리 설치 $ npm install --save react-native-permissions # --- or --- $ yarn add react-native-permissions iOS Xcode 세팅 2. Podfile에 추가 (필요한 권한 선택해서) permissions_path = '../node_modules/react-native-permissions/ios' pod 'Permission-AppTrackingTransparency', :path => "#{permissions_path}/AppTrackingTransparency" pod 'Per.. 2022. 3. 25. 이전 1 다음