-
This may or may not pertain this code base, but I'm currently using the react-intercom in my React app, However I'm seeing issues with it not recognizing its location. For instance I have set up with …
-
* **ESLint Version:**
"eslint": "^3.14.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
* **Node Vers…
-
Pipeline:
- [x] Priorites are defined by the user, how do you know the priority when you have thousands of users?
- [ ] Interactions with designers
- [ ] How to mentor product managers
-
The project is failing to compile for iOS with the following error:
```
[...]/node_modules/react-native-intercom/iOS/IntercomWrapper.h:13:9: fatal error: 'RCTBridgeModule.h' file not found
#impor…
-
I have no Podfile included in my project or a Pods folder but yet it still tries to run a pod install in the build steps and fails.
![screen shot 2018-01-24 at 3 02 16 pm](https://user-images.githu…
-
## Description
I think it is useful to provide a script by default to clear the RN packager, because you might want to clear it without actually starting it with --reset-cache
For example …
-
Hi.
I wan't to check out how does the AppCenter works with React Native.
I have created new project with react-native init `AppCenterTest`
Setup all the required provisioning profiles/certifica…
-
My issue seems to be that after I run `react-native link`, iOS doesn't show up for me to enter my secret key.
```
➜ automatereact git:(master) ✗ react-native link
Scanning 660 folders for symlin…
-
I have tried to install sentry.io with raven.js in two ways, but none of them seems to catch the errors correctly...
1. Add the raven.js script tag into page
```
```
2. Use `raven-js` via np…
calpa updated
6 years ago
-
Hi there - I'm working on an app where I'd like to hide the messenger launcher on mobile views, so that we can manage screen real estate a little more carefully on small devices. I'm not sure there's…