Expo
app.json
ios.supportsTablet을 true로 설정하면 됨.
// app.json 파일 "ios": { "bundleIdentifier": "your bundle identifier", "supportsTablet": true },
react-native-cli
Build Settings Tab →Targeted Device Family
→ SelectUniversal
Xcode로 프로젝트를 열어서 빌드 설정을 변경하면 됨.
