You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,9 @@ The [example app](/example/) demonstrates usage of the library. You need to run
38
38
39
39
It is configured to use the local version of the library, so any changes you make to the library's source code will be reflected in the example app. Changes to the library's JavaScript code will be reflected in the example app without a rebuild, but native code changes will require a rebuild of the example app.
40
40
41
-
If you want to use Android Studio or XCode to edit the native code, you can open the `example/android` or `example/ios` directories respectively in those editors. To edit the Objective-C or Swift files, open `example/ios/TestExample.xcworkspace` in XCode and find the source files at `Pods > Development Pods > react-native-test`.
41
+
If you want to use Android Studio or XCode to edit the native code, you can open the `example/android` or `example/ios` directories respectively in those editors. To edit the Objective-C or Swift files, open `example/ios/AudioAnalyzerExample.xcworkspace` in XCode and find the source files at `Pods > Development Pods > react-native-audio-analyzer`.
42
42
43
-
To edit the Java or Kotlin files, open `example/android` in Android studio and find the source files at `react-native-test` under `Android`.
43
+
To edit the Java or Kotlin files, open `example/android` in Android studio and find the source files at `react-native-audio-analyzer` under `Android`.
44
44
45
45
You can use various commands from the root directory to work with the project.
46
46
@@ -65,7 +65,7 @@ yarn example ios
65
65
To confirm that the app is running with the new architecture, you can check the Metro logs for a message like this:
66
66
67
67
```sh
68
-
Running "TestExample" with {"fabric":true,"initialProps":{"concurrentRoot":true},"rootTag":1}
68
+
Running "AudioAnalyzerExample" with {"fabric":true,"initialProps":{"concurrentRoot":true},"rootTag":1}
69
69
```
70
70
71
71
Note the `"fabric":true` and `"concurrentRoot":true` properties.
0 commit comments