Skip to content

Instantly share code, notes, and snippets.

View pllearns's full-sized avatar

Phillip Lorenzo pllearns

  • FYC Labs
  • Portland, OR
View GitHub Profile
@ryanxyo
ryanxyo / Demo.md
Last active January 18, 2019 23:23
Demo

Demo

System Dependencies

Assumes nvm in use 10 LTS, this is because the node installs will fail if using the system node.

Additionally requires ganache-ui, sequel pro, docker, and a browser running metamask.

Steps

@parshap
parshap / node-modules-in-react-native.md
Last active November 15, 2023 11:15
Running Node Modules in React Native

Running Node Modules in React Native

How to use packages that depend on Node.js core modules in React Native.

See the [node-libs-react-native][node-libs-react-native] library as a convenience for implementing this method.

Node.js Core Modules