diff --git a/README.md b/README.md index bd9a405..bfefe2a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- React Native Camera Kit + 🎈 React Native Camera Kit

@@ -15,16 +15,26 @@ Current npm package version.

- -## Features -- Cross Platform (iOS and Android) -- Optimized for performance and high photo capture rate -- QR / Barcode scanning support -- Camera preview support in iOS simulator + + + + + +
+ + +
    +
  • Cross Platform (iOS and Android)

  • +
  • Optimized for performance and high photo capture rate

  • +
  • QR / Barcode scanning support

  • +
  • Camera preview support in iOS simulator

  • +
+
## Installation ### Mostly automatic install with autolinking (RN > 0.60) + ```bash npm install react-native-camera-kit --save ``` @@ -34,6 +44,7 @@ cd ios && pod install && cd .. ``` ### Mostly automatic install with react-native link (RN < 0.60) + ```bash npm install react-native-camera --save ``` @@ -42,7 +53,6 @@ npm install react-native-camera --save react-native link react-native-camera ``` - #### Install using npm or yarn: ```bash @@ -267,6 +277,7 @@ import { CameraKitCameraScreen } from "react-native-camera-kit"; ``` ## Contributing + - Pull Requests are welcome, if you open a pull request we will do our best to get to it in a timely manner - Pull Request Reviews are even more welcome! we need help testing, reviewing, and updating open PRs - If you are interested in contributing more actively, please contact us. diff --git a/images/screenshot.jpg b/images/screenshot.jpg new file mode 100644 index 0000000..f20cf93 Binary files /dev/null and b/images/screenshot.jpg differ