Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c5b2716

Browse files
authored
Merge pull request #37 from sangeethaKP/patch-1
Update Kotlin reference
2 parents 5cf2bda + 4f31353 commit c5b2716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎3-react-native-internals/3.1-react-native-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Both iOS and Android have a similar architecture with subtle differences.
1818
If we consider the big picture, there are three parts to the RN platform:
1919

2020
1. **Native Code/Modules**:
21-
Most of the native code in case of iOS is written in Objective C or Swift, while in the case of Android it is written in Java.
21+
Most of the native code in case of iOS is written in Objective C or Swift, while in the case of Android it is written in Java or Kotlin.
2222
But for writing our React Native app, we would hardly ever need to write native code for iOS or Android.
2323

2424
2. **Javascript VM**:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /