react-native-webbrowser
react-native-webbrowser copied to clipboard
A cross-platform (iOS / Android), full-featured, highly customizable web browser module for React Native apps.
Does not work with react native 0.37
When I run this command `npm i react-native-webbrowser` I'm getting errors mentioned below. ``` fatal error: too many errors emitted, stopping now [-ferror-limit=] 5 warnings and 20 errors generated. make:...
Application SampleApp has not been registered. This is either due to a require() error during initialization or failure to call AppRegistry.registerComponet. This is happening but simple cloning the repo, npm...
This is on latest RN 0.22. ``` [4:05:56 PM] Building Dependency Graph [4:05:56 PM] Crawling File System [Hot Module Replacement] Server listening on /hot React packager ready. [4:05:57 PM] Crawling...
I've the following error: ``` bundling: UnableToResolveError: Unable to resolve module `LinkedStateMixin` from `/home/fabio/Área de Trabalho/react-apps/Boilerplate/node_modules/react-native-webbrowser/node_modules/react-native/Libraries/react-native/react-native.js`: Module does not exist in the module map or in these directory ```
I am using "react-native": "0.47.1", Getting following error after installing react-native-webbrowser ``` Error: ENOENT: no such file or directory, open 'F:\projects\reactnative\All Recipes Made Easy\React\AllRecipesMadeEasy\node_modules\react-native-webbrowser\node_modules\react-native\Libraries\Utilities\BackAndroid.android.js' at Object.fs.openSync (fs.js:584:18) at Object.fs.readFileSync (fs.js:491:33)...
Seems you're trying to access 'ReactNative.Component' from the 'react-native' package. Perhaps you meant to access 'React.Component' from the 'react' package instead? For example, instead of: import React, { Component, View...
This is how it looked when I zoomed-out on the dependencies of this single module. I don't see the purpose of a childbrowser having so many dependencies, unless it was...
https://docs.google.com/gview?url=https://vaultedgetemp.storage.googleapis.com/20128af0-98f5-4a5c-b33a-c3fdcc5b0015-view.pdf tried to open this url in the sample app won't open
- [x] Update to react-native 0.25+ - [x] Remove peer dependency - [x] Remove url input autocorrect - [x] Add backButton - [ ] Android compatibility