Skip to content

Commit 9ec8f64

Browse files
committed
fix: mention Java & Swift in CONTRIBUTING.md
1 parent 4993bc9 commit 9ec8f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/create-react-native-library/templates/common/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ Remember to add tests for your change if possible. Run the unit tests by:
6767
yarn test
6868
```
6969
<% 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 -%>`.
7171

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`.
7373
<% } -%>
7474
### Commit message convention
7575

0 commit comments

Comments
 (0)