gatsby-plugin-react-native-web icon indicating copy to clipboard operation
gatsby-plugin-react-native-web copied to clipboard

Who is using this?

Open slorber opened this issue 6 years ago • 11 comments

Hi,

I'd like to know who is currently using this plugin to build real things? Particularly the newest releases.

As I'm not currently using my own plugin, I don't know exactly if the newest releases work fine so any feedback is welcome :)

slorber avatar Nov 22 '18 09:11 slorber

I tried using it couldnt install perhaps update the instruction to be more clear on what to do

kawallis avatar Nov 22 '18 18:11 kawallis

thanks for reporting @kawallis , can you explain what were your install errors?

slorber avatar Nov 23 '18 10:11 slorber

I'm using this without any issues :)

rickiesmooth avatar Dec 17 '18 14:12 rickiesmooth

awesome :)

Btw if any site you build is opensource or public don't hesitate to publish link/repo

As the official example got deleted from gatsby repo we don't currently have any example available online

slorber avatar Dec 17 '18 14:12 slorber

my site is open source, but I can also just make a PR to add a small example folder

rickiesmooth avatar Dec 18 '18 12:12 rickiesmooth

why not ;)

slorber avatar Dec 18 '18 12:12 slorber

Worked like a charm, thanks a lot! 🎉

barakd avatar Feb 06 '19 21:02 barakd

awesome :) what are you building?

Can you share your rnw / gatsby versions for those that struggle to have a working setup?

slorber avatar Feb 07 '19 09:02 slorber

So did you basically just take a regular gatsby project and add the RN Web module to it essentially? @slorber ? Or is there a special build process that you also had to setup as well?

DoctaCloak avatar Mar 13 '19 22:03 DoctaCloak

@DoctaCloak I'll try to document it better, as I'm building an example I see what the documenation is lacking.

Mostly those are dependency things that should be added because the lib only declare peerDependencies.

For example you need to add the plugin, but also have at least those dependencies:

    "react": "^16.4.0",
    "react-dom": "^16.4.0",
    "react-native": "^0.55",
    "react-native-web": "^0.10.1",
    "babel-plugin-react-native-web": "^0.10.1",

slorber avatar Mar 14 '19 09:03 slorber

@slorber I'm excited to try your plugin. Thanks for sharing. I've only watched lots of react-native and gatsby tutorials and am venturing in to a project that will have the mobile component so any instructions would be great. I'm trying to refactor an old project, https://take24.io into a native mobile app with the web interface for sharing reports and doing administrative stuff.

kellerchch avatar Mar 15 '19 04:03 kellerchch