Mark Rickert
Mark Rickert
@frankcalise Sorry, false alarm... i'm getting a different error actually: ``` FAIL src/tools/demo.test.ts ● Test suite failed to run TypeError: Cannot read properties of undefined (reading 'testEnvironmentOptions') at new NodeEnvironment...
Hey @Dax911, i had to install the `bun` binary to get tests passing locally and i think #2625 will fix the CI issues. Mind rebasing on master and pushing the...
Looks like you could get it to pass CI by running `yarn format:write` and committing the changes. Looks like it's hung up on the linter.
@wisammechano It looks like this functionality was removed in recent versions of react-native. We'll have to pull this example out as there's not really an easy way to programmatically show...
@jamonholmgren Absolutely. I'll keep this branch up to date with `main` and use this as the starting point for my next project.
Rebased on the `v10` branch and fixed a few issues caused by the Switch/Toggle rewrite
Check out my branch: https://github.com/markrickert/react-native-swipeout/blob/master/swipe_out/swipe_out.js Specifically the _openLeft and _openRight functions.
Yeah, unfortunately, the original author is kind of MIA so no features are being merged into master right now. Word is that facebook will be adding an official swipe component...
Try running `heroku addons:add sendgrid:starter` and sending email again. You can see the sendgrid documentation here: https://devcenter.heroku.com/articles/sendgrid
You might have to use [this plugin](http://wordpress.org/extend/plugins/wp-sendgrid/) and check the documentation on how to get your username and password. It's worth a shot!