We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47eaff3 commit 6d2faaaCopy full SHA for 6d2faaa
example/macos/Podfile
@@ -2,6 +2,12 @@ require_relative '../../node_modules/react-native-test-app/macos/test_app.rb'
2
3
workspace 'AsyncStorageExample.xcworkspace'
4
5
+options = {
6
+ :fabric_enabled => true,
7
+ :hermes_enabled => false,
8
+ :turbomodule_enabled => true,
9
+}
10
+
11
use_test_app! do |target|
12
target.app do
13
pod 'RNCAsyncStorage', :path => '../..'
react-native.config.js
@@ -9,6 +9,9 @@ const project = (() => {
ios: {
sourceDir: path.join('example', 'ios'),
},
+ macos: {
+ sourceDir: path.join('example', 'maacos'),
14
+ },
15
windows: {
16
sourceDir: path.join('example', 'windows'),
17
solutionFile: path.join(
0 commit comments