1.5.0 • Published 10 months ago

@neosyn-ee/react-native-neos-native-kit v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@neosyn-ee/react-native-neos-native-kit

npm version GitHub issues GitHub license

A set of ready-to-use components that makes app development a fast and effortless experience. Designed for React Native, this kit provides a comprehensive collection of components and utilities to streamline your development process.

Features

  • Ready-to-Use Components: Dive straight into development with a suite of pre-built components designed for common use cases.
  • Cross-Platform Compatibility: Build for both iOS and Android platforms seamlessly.
  • Efficient Development: Accelerate your development process by utilizing components that are designed for efficiency and ease of use.
  • Flexible and Customizable: Tailor components to suit your specific project needs with easy-to-customize options.
  • Continuous Integration: Fully compatible with common CI/CD pipelines for automated testing and deployment.

Installation

Install the package via npm:

npm install @neosyn-ee/react-native-neos-native-kit
yarn add @neosyn-ee/react-native-neos-native-kit

Add provider

 <AppServiceProvider>
  <MyApp/>
 </AppServiceProvider>

react-native-vision-camera

Updating manifests

IOS

<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME) needs access to your Camera.</string>

<!-- optionally, if you want to record audio: -->
<key>NSMicrophoneUsageDescription</key>
<string>$(PRODUCT_NAME) needs access to your Microphone.</string>

Android

<uses-permission android:name="android.permission.CAMERA" />

<!-- optionally, if you want to record audio: -->
<uses-permission android:name="android.permission.RECORD_AUDIO" />
1.5.0-beta.5

10 months ago

1.5.0

1 year ago

1.5.0-beta.2

1 year ago

1.5.0-beta.1

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.1-beta.2

1 year ago

1.4.1-beta.1

1 year ago

1.4.0

1 year ago

1.0.0-beta.2

1 year ago

1.0.0-beta.1

1 year ago

1.3.0

1 year ago

1.2.19

1 year ago

1.2.18

1 year ago

1.2.12

1 year ago

1.2.13

1 year ago

1.2.16

1 year ago

1.2.17

1 year ago

1.2.14

1 year ago

1.2.15

1 year ago

1.2.10

1 year ago

1.2.11

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.3

1 year ago

1.2.9

1 year ago

1.2.0

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.0

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago