# Enabling Elements in React Native Like other platforms, React requires the same two or three simple steps: Add a web view, handle events/messages, and, in some cases, authenticate the user. ## Step 1. Set Up a Web View Component used: [WebView](https://www.npmjs.com/package/react-native-webview) Required Web View Configuration - Enable JavaScript - Enable Web Storage (DOM Storage) #### Web View Sample elements-in-react.tsx // Step 1: Setup a "web view" DailyPay Elements Log: {logMessages} Type: Payload (JSON):