React Native Cookbook
上QQ阅读APP看书,第一时间看更新

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