File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
local-cli/generator-macos/templates/macos Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
2
2
3
3
abstract_target 'Shared' do
4
- use_native_modules!
5
-
6
4
pod 'React' , :path => "../node_modules/react-native-macos/"
7
5
pod 'React-Core' , :path => "../node_modules/react-native-macos/React"
8
6
pod 'React-fishhook' , :path => "../node_modules/react-native-macos/Libraries/fishhook"
@@ -30,11 +28,13 @@ abstract_target 'Shared' do
30
28
31
29
target 'HelloWorld-macOS' do
32
30
platform :macos , '10.14'
31
+ use_native_modules!
33
32
# Pods specifically for macOS target
34
33
end
35
34
36
35
target 'HelloWorld-iOS' do
37
36
platform :ios , '9'
37
+ use_native_modules!
38
38
# Pods specifically for iOS target
39
39
end
40
40
end
You can’t perform that action at this time.
0 commit comments