Skip to content

Commit

Permalink
Add inline space around functions
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharvars committed Aug 5, 2022
1 parent 1884102 commit db64080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/new-architecture-app-modules-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ public class MyApplication extends Application implements ReactApplication {

```kotlin
class MyApplication() : Application(), ReactApplication {

private val reactNativeHost: ReactNativeHost =
object : ReactNativeHost(this) {
override fun getUseDeveloperSupport(): Boolean {
Expand Down Expand Up @@ -592,6 +593,7 @@ public class MyApplication extends Application implements ReactApplication {

```kotlin
class MyApplication : Application(), ReactApplication {

override fun onCreate() {
ReactFeatureFlags.useTurboModules = true
// ...
Expand Down

0 comments on commit db64080

Please sign in to comment.