Intro
์ฑ์์ ์์ฃผ ์ฐ๋ ์นด๋ฉ๋ผ ์ฐ๊ฒฐ๊ณผ ์ฑ ์์ด์ฝ ์ค์ , ์คํ๋์ ํ๋ฉด ์ค์ , ํฐํธ ์ค์ ์ ๋ํด ์์๋ณด์๋ค.
์ค๋ ํ์ตํ ๋ด์ฉ
์จ๋ฒ ๊ฐ์ ธ์ค๊ธฐ
https://github.com/react-native-cameraroll/react-native-cameraroll
GitHub - react-native-cameraroll/react-native-cameraroll: CameraRoll is a react-native native module that provides access to the
CameraRoll is a react-native native module that provides access to the local camera roll or photo library. - react-native-cameraroll/react-native-cameraroll
github.com
๐ฉ๐ป xcode ์ค์
xcode ์ด๊ธฐ → info file ์ด๊ธฐ → “Privacy - Photo Library Usage Description”, “Privacy - Photo Library Additions Usage Description”, “Privacy - Camera Usage Description” ์ค์ ํ๊ธฐ
์นด๋ฉ๋ผ ์ด๊ธฐ
์นด๋ฉ๋ผ๋กค์์ ์ ํ๋ ์ฌ์ง์ด๋ ๋น๋์ค๋ฅผ ๊ฐ์ ธ์ค๊ฑฐ๋ ์นด๋ฉ๋ผ๋ฅผ ์ผค์ ์๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ:
https://github.com/ivpusic/react-native-image-crop-picker
GitHub - ivpusic/react-native-image-crop-picker: iOS/Android image picker with support for camera, video, configurable compressi
iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping - ivpusic/react-native-image-crop-picker
github.com
์นด๋ฉ๋ผ ์ด๊ธฐ
ImagePicker.openCamera({
width: 300,
height: 400,
cropping: false
}).then(image => {
console.log(image);
});
์จ๋ฒ์์ ๊ฐ์ ธ์ค๊ธฐ
ImagePicker.openPicker({
width: 300,
height: 400,
cropping: true
}).then(image => {
console.log(image);
});
์ฑ ์์ด์ฝ ์ค์ ํ๊ธฐ
: xcode > images์์ ๊ฐ ๋๋ฐ์ด์ค ์ฌ์ด์ฆ ๋ณ๋ก ์์ด์ฝ์ ์ง์ ํด์ผ ํ๋ค.
๋ค์ ์ฌ์ดํธ์์ ํธ๋ฆฌํ๊ฒ ํ๋์ ์ฌ์ง์ ์ฌ๋ฌ ์ฌ์ด์ฆ๋ก ์์ฑํ ์ ์๋ค.
App Icon Generator
www.appicon.co
์คํ๋์ ํ๋ฉด ์ค์ ํ๊ธฐ
: xcode > lunchScreen
์ปค์คํ ํฐํธ ์ค์ ํ๊ธฐ
: ios, android ์น ํฐํธ ๊ฐ๊ฐ ๋ฐ๋ก ์ค์ ํด์ผ ํ๋ค.
- ํฐํธ ํ์ผ ๋ค์ด๋ก๋
- ios ํด๋ ๋ด์ Fonts ํด๋๋ฅผ ์์ฑํ๊ณ ํด๋ ์์ ๋ค์ด๋ก๋ ๋ฐ์ ํฐํธ๋ฅผ ๋ถ์ฌ๋ฃ๊ธฐํ๋ค.
- xcode > info์ 'Fonts provided by application' ์ค์ ํ๊ธฐ โก๏ธ item์ ํฐํธ ๊ฒฝ๋ก ์ถ๊ฐ
์์ฃผ ์ฌ์ฉํ๋ ๋ํ์ ์ธ ํฐํธ
https://noonnu.cc/font_page/694
๋๋
ํ๋ฆฌํ ๋ค๋ - ๊ธธํ์ง (orioncactus)
noonnu.cc
๋ง๋ฌด๋ฆฌ
์ด์ ๊ธฐ๋ณธ์ ์ธ ๋ด์ฉ๋ค์ ์ด๋์ ๋ ๋ค ํ์ตํ ๊ฒ ๊ฐ๋ค.
์ค์ต์ ๋ฐ๋ผํ๋ฉด์ ์ฐจ๊ทผ์ฐจ๊ทผ ์ตํ๋ด์ผ์ง!