JP Strydom
JP Strydom
 This image shows the button I get when viewing my email (with the default theme) in outlook web. It looks fine on MS Outlook's desktop app, it just look...
When running `[email protected]` along with `eslint@^8.0.0` we get the following error when running `npm i` `npm ERR! peer eslint@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" from [email protected]` Any...
- **What does this PR do?** It adds React 17 as a valid peer dependency which should hopefully fix [295](https://github.com/devfolioco/react-otp-input/issues/295) - **Any background context you want to provide?** The latest...
The appium testing framework uses accessibility labels to identify and interact with elements. The current react-native-material-ui components however do not support these labels which makes automates E2E testing difficult and...
I've followed all the steps in the README but I couldn't get it working. So I resorted to try using the example code found in ```./example/firstComp```. I have all the...
Whenever I have this package imported in a file, Jest gives me the following error message for that file: ``` SyntaxError: Unexpected identifier import React, { Component } from "react";...
It would be really handy if this plugin could also validate the spelling of file and folder names.
### Minimal reproducible example See attached ZIP file ([expo-upgrade-playground.zip](https://github.com/expo/expo/files/14138698/expo-upgrade-playground.zip)) ### Summary After upgrading to Expo 50, our web servers stopped working - both dev and production (bundled). When attempting to...
### Minimal reproducible example Render any react-native-vector-icons on Expo 50 web ### Summary After upgrading to Expo 50, our react-native-vector-icons on our web build stopped rendering - both dev and...
### Question Would it be possible to add a CLI option to use Jest instead of Mocha as the testing framework?