See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| import React, { Component } from "react"; | |
| import { WebView } from "react-native-webview"; | |
| import { Button, Modal, View } from "react-native"; | |
| // Author: Hetmann Wilhelm Iohan | |
| // Email: [email protected] | |
| // Web: https://react-ui-kit.com | |
| // YouTube: https://www.youtube.com/react-ui-kit | |
| // This is a basic example showing how to use Zendesk Chat Widget using a webview inside a modal and a html code |