- React Native Cookbook
- Dan Ward
- 79字
- 2025-04-04 14:57:29
Implementing Complex User Interfaces - Part II
This chapter will cover more recipes on building UIs with React Native. We'll get our first look at linking to other applications and websites, handling a change in device orientation, and how to build a form for collecting user input.
In this chapter, we will cover the following recipes:
- Dealing with universal applications
- Detecting orientation changes
- Using a WebView to embed external websites
- Linking to websites and other applications
-
Creating a form component