Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Who is using this? #7

Open
slorber opened this issue Nov 22, 2018 · 11 comments
Open

Who is using this? #7

slorber opened this issue Nov 22, 2018 · 11 comments

Comments

@slorber
Copy link
Owner

slorber commented Nov 22, 2018

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 :)

@kawallis
Copy link

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

@slorber
Copy link
Owner Author

slorber commented Nov 23, 2018

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

@rickiesmooth
Copy link

I'm using this without any issues :)

@slorber
Copy link
Owner Author

slorber commented Dec 17, 2018

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

@rickiesmooth
Copy link

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

@slorber
Copy link
Owner Author

slorber commented Dec 18, 2018

why not ;)

@barakd
Copy link

barakd commented Feb 6, 2019

Worked like a charm, thanks a lot! 🎉

@slorber
Copy link
Owner Author

slorber commented Feb 7, 2019

awesome :) what are you building?

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

@DoctaCloak
Copy link

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?

@slorber
Copy link
Owner Author

slorber commented Mar 14, 2019

@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",

@kellerchch
Copy link

kellerchch commented Mar 15, 2019

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants