## HybridSecure
Study React native security using Remote JS Url Approach!

## Motivation
Abstract—Web-based or hybrid mobile applications (apps) are
widely used and supported by various modern hybrid app devel-
opment frameworks. In this architecture, any JavaScript code,
local or remote, can access available APIs, including JavaScript
bridges provided by the hybrid framework, to access device
resources. This JavaScript inclusion capability is dangerous, since
there is no mechanism to determine the origin of the code to
control access, and any JavaScript code running in the mobile
app can access the device resources through the exposed APIs.


### Built with
- [React-Native](https://reactnative.dev/)
- [React-Native-contacts](https://www.npmjs.com/package/react-native-contacts)
- [React-Native-Geolocation](https://github.com/react-native-community/react-native-geolocation)


## Installation


    Npm install
    React-native run-android
    
## Getting started


```ruby
import HybridTest from 'securehybridapptesting';
   <HybridTest/>
```


## License
MIT © [Kartik]()


