Before doing anything else, install those:
- VirtualBox: https://www.virtualbox.org/wiki/Downloads
- Vagrant: https://www.vagrantup.com/downloads.html
- git: http://git-scm.com/download/win
| volumes: | |
| mongodb_data: { driver: local } | |
| services: | |
| rocketchat: | |
| image: registry.rocket.chat/rocketchat/rocket.chat:${RELEASE:-latest} | |
| restart: always | |
| environment: | |
| MONGO_URL: "${MONGO_URL:-\ | |
| mongodb://${MONGODB_ADVERTISED_HOSTNAME:-mongodb}:${MONGODB_INITIAL_PRIMARY_PORT_NUMBER:-27017}/\ |
| package com.myapp.imagepicker; | |
| import com.facebook.react.ReactPackage; | |
| import com.facebook.react.bridge.JavaScriptModule; | |
| import com.facebook.react.bridge.NativeModule; | |
| import com.facebook.react.bridge.ReactApplicationContext; | |
| import com.facebook.react.uimanager.ViewManager; | |
| import java.util.ArrayList; | |
| import java.util.Collections; |
Before doing anything else, install those:
When the directory structure of your Node.js application (not library!) has some depth, you end up with a lot of annoying relative paths in your require calls like:
const Article = require('../../../../app/models/article');Those suck for maintenance and they're ugly.
| data:image/gif;base64,R0lGODlhAQABAAAAACw= |