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
+2-2
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,9 @@ Remember to add tests for your change if possible. Run the unit tests by:
51
51
yarn test
52
52
```
53
53
54
-
To edit the Objective-C files, open `example/ios/UnflowReactNativeSdkExample.xcworkspace` in XCode and find the source files at `Pods > Development Pods > unflow-react-native-sdk`.
54
+
To edit the Objective-C files, open `example/ios/UnflowReactNativeExample.xcworkspace` in XCode and find the source files at `Pods > Development Pods > unflow-react-native`.
55
55
56
-
To edit the Kotlin files, open `example/android` in Android studio and find the source files at `unflowreactnativesdk` under `Android`.
56
+
To edit the Kotlin files, open `example/android` in Android studio and find the source files at `unflowreactnative` under `Android`.
0 commit comments