본문 바로가기

전체 글

(34)
Bill Splitor Usage For the purpose of "Go dutch", "Split bill", this is an app that allows you to see immediate results even if you enter various conditions. Please find the fancy standard calculator at third screen as well. 1. Leader & Donor CasePlease just fill in the green input boxes and the result will be popped out.The default Unit is 1 for English, and 10 for Japanese. For changinh the unit, please tou..
외부 웹 / 이메일 연결하기 기본적인 웹사이트에서 링크, 즉 싸이트 연결은 태그를 사용하며, 이후 외부 이동은 JavaScript APIs로 window.history, window.locaton 을 사용합니다. 그러나 앱(App)에서는 Linking Library 또는 Web Browser Library 를 사용합니다. iOS 계열은 Universal Links 라고 하며, Android 에서는 Deep Links 라고 합니다. 이러한 라이브러리들은 Linking library 도는 Web browser library 로 알려져 있습니다. React Native 로 개발을 하는 경우는 Linking 이라는 클라스의 내장함수 openURL()이 "react-native" 있으므로 다음 처럼 불러 사용가능합니다. import { Vi..
새로운 버전 심사 요청 - iOS 1. app.json의 expo 객체에 "version"을 변경 했어도, 이 것은 expo 관련 버전이고, ios 객체는 별도 관리 됨. "ios": { "bundleIdentifier": "com.billsplitor.billsplitor", "supportsTablet": true, "bundleNumber": "1" }, 2. "배포" 탭에 "이 버전에서 업그레이드된 사항" 을 꼭 기입 해야 합니다. 3. 아래 부분의 "빌드" 섹션에서 새로운 버전을 추가합니다. 4. 저장하고 심사요청합니다.