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
However, let's subclass `UIView` for the sake of clean code. Let's name it `ReactView`. Open up `Yourproject.xcworkspace` and create a new class `ReactView` (You can name it whatever you like :)).
91
91
@@ -150,7 +150,7 @@ This command will start up a React Native development server within our CocoaPod
150
150
151
151
Now compile and run your app. You shall now see your React Native app running inside of the `ReactView`.
0 commit comments