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: packages/create-react-native-library/templates/common/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,9 @@ Remember to add tests for your change if possible. Run the unit tests by:
67
67
yarn test
68
68
```
69
69
<% if (project.native) { -%>
70
-
To edit the Objective-C files, open `example/ios/<%- project.name -%>Example.xcworkspace` in XCode and find the source files at `Pods > Development Pods > <%- project.slug -%>`.
70
+
To edit the Objective-C or Swift files, open `example/ios/<%- project.name -%>Example.xcworkspace` in XCode and find the source files at `Pods > Development Pods > <%- project.slug -%>`.
71
71
72
-
To edit the Kotlin files, open `example/android` in Android studio and find the source files at `<%- project.identifier -%>` under `Android`.
72
+
To edit the Java or Kotlin files, open `example/android` in Android studio and find the source files at `<%- project.identifier -%>` under `Android`.
0 commit comments