Skip to content
#

react-native-web

Here are 246 public repositories matching this topic...

devhub
gnumoksha
gnumoksha commented Nov 19, 2019
$ chmod +x DevHub-0.98.5.AppImage
$ ./DevHub-0.98.5.AppImage
[74678:1119/111718.741581:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_DevHubUcWLlF/chrome-sandbox is owned by root and has mode 4755.
[1]    74678 trace trap  ./D
lorensr
lorensr commented Sep 28, 2020

When I init a new project, I get this file:

.gitignore:

node_modules/**/*
.expo/*
npm-debug.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/

# macOS
.DS_Store

It contains 3 ways of ignoring directories:

node_modules/**/*
.expo/*
web-build/

I believe this would be sufficient:

node_modules/
.expo/
web-build/

Improve this page

Add a description, image, and links to the react-native-web topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the react-native-web topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.