Skip to content

Instantly share code, notes, and snippets.

View patissier-boulanger's full-sized avatar

Juhyoung JUNG patissier-boulanger

View GitHub Profile
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
platform :ios, '11.0'
project 'multipleTarget',
'Dev.Debug' => :debug,
'Dev.Release' => :release,
target 'multipleTarget' do
let a = 221;
let b = a - 5;
a = 4;
console.log(b , a);