Jamal Mashal
Jamal Mashal
solved by adding `rn-cli.config.js` ``` const blacklist = require('metro-config/src/defaults/blacklist'); module.exports = { resolver: { blacklistRE: blacklist([ /node_modules\/.*\/node_modules\/react-native\/.*/, ]) }, }; ```
Thanks @areibman I still have a lot to improve :D
@rimutaka I have updated the readme, lmk what you think. 10x
@rimutaka thank you so much. really appreciate the feedback. I've updated the description and added screenshots.
@crcastle, I think adding support to Postgres would be great. not sure if it will be easy to support both, be we could have 2 sperate branches for each?
Hi @seveibar sorry for the late reply. did you manage to solve this issue? if not I promise I will look into it this weekend
found the answer after checking source code, you pass state to what is odd is that the tabs indexes are 1,3,5 etc instead of 0,1,2... UPDATE: this bug appears if...
I think the fastest way to do this is to use create-react-app to generate a new project with TS and then follow the steps from [the tutorial ](https://dev.to/jamalx31/use-create-react-app-to-develop-a-chrome-extension-14ld) to make...