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
React Native is an open-source mobile application framework created by Facebook.
15
+
React Native is an open-source mobile application framework created by Facebook.
19
16
20
17
## Introduction
21
18
@@ -33,12 +30,15 @@ The key features of React Native include:
33
30
34
31
For these reasons, many companies use React Native for the development of their mobile applications. Notably, this includes major corporations such as [Facebook](https://www.facebook.com/), [Instagram](https://www.instagram.com/), [Shopify](https://www.shopify.com/), [Discord](https://discord.com/), [Pinterest](https://www.pinterest.com/), [Salesforce](https://www.salesforce.com/), [Uber](https://www.uber.com/), [Skype](https://www.skype.com/), and [Wix](https://www.wix.com/).
The [Development Environment](http://crossplatformkorea.com/docs/current/category/development-environment) section offers methods for setting up development environments for different platforms, along with videos.
The [Development Environment](http://blog.crossplatformkorea.com/docs/current/category/development-environment) section offers methods for setting up development environments for different platforms, along with videos.
38
36
Similarly, the ['Environment Setup'](https://reactnative.dev/docs/environment-setup?guide=native) document on the official React Native website provides concise and useful guidance for setting up a native environment on your computer.
39
37
However, it's important to note that you should check the 'React Native CLI Quickstart' section instead of the default 'Expo Go Quickstart' section to complete the correct native setup.
Components are elements used to build up the screen in React Native.
53
55
Some of the typical components provided by React Native include Text, TextInput, Button, ScrollView, FlatList, etc.
@@ -58,7 +60,9 @@ We call these custom components.
58
60
59
61
API stands for 'Application Programming Interface.' In React Native, APIs provide interfaces that allow access to various mobile features and services.
Through this, a React Native app can use features like the smartphone's camera, GPS, push notifications, or communicate data with remote servers, among other tasks.
64
68
In short, APIs act as a bridge that enables React Native apps to utilize the functionalities of the operating system or external services.
@@ -67,7 +71,9 @@ In short, APIs act as a bridge that enables React Native apps to utilize the fun
67
71
68
72
When discussing the development environment, you might have had questions about the 'Expo Go Quickstart' section. For beginners, let me provide a brief explanation of what Expo is.
[Expo](https://expo.dev) is a React Native framework that makes React Native development easier. By using Expo, you can develop for iOS and Android with relatively less knowledge of native programming. Additionally, Expo includes a web development environment with [React Native Web](https://necolas.github.io/react-native-web). Therefore, starting with Expo enables you to immediately engage in `iOS`, `Android`, and `Web` development concurrently.
리액트 네이티브는 Facebook에서 개발한 오픈 소스 모바일 애플리케이션 프레임워크입니다.
15
+
리액트 네이티브는 Facebook에서 개발한 오픈 소스 모바일 애플리케이션 프레임워크입니다.
19
16
20
17
## 소개
21
18
@@ -33,12 +30,15 @@ import ImgExpo from "@site/static/img/react-native/expo.png";
33
30
34
31
이러한 이유로 많은 회사들이 자신들의 모바일 애플리케이션을 개발하는 데 리액트 네이티브를 사용하고 있습니다. 대표적으로 대형 회사들은 [Facebook](https://www.facebook.com/), [Instagram](https://www.instagram.com/), [Shopify](https://www.shopify.com/), [Discord](https://discord.com/), [Pinterest](https://www.pinterest.com/), [Salesforce](https://www.salesforce.com/), [Uber](https://www.uber.com/), [Skype](https://www.skype.com/), [Wix](https://www.wix.com/) 등이 포함됩니다.
[개발환경](http://blog.crossplatformkorea.com/docs/current/category/development-environment) 섹션은 플랫폼별로 개발환경을 설정하는 방법을 영상과 함께 제공합니다.
38
36
마찬가지로, 리엑트 네이티브 공식 홈페이지의 ['Environment Setup'](https://reactnative.dev/docs/environment-setup?guide=native) 문서에서는 사용자의 컴퓨터에서 네이티브 환경을 설정하기 위한 간결하고 유용한 지침을 제공합니다.
39
37
하지만, 주의해야 할 점은 기본으로 설정된 'Expo Go Quickstart' 섹션이 아니라 'React Native CLI Quickstart' 섹션을 확인해야 올바른 네이티브 설정을 완료할 수 있습니다.
0 commit comments