covent garden / carnaby street #touristy camden #touristy borough market (always) broadway market (sat) #local spittafield market / brick lane (sun) #local colombia road flower market (sun) #local
steak:
- Start with Expo, don't consider to start with react-native only. | |
- Expo does a lot of important things for you, saving you hours every day. | |
= Expo in standard mode is called Expo Managed Mode, thats what you want. VS Expo Bare Mode (Ejected project, e.g like having setup with react-native) | |
- Especially automatic building and uploading the project via CLI is way easier with EXPO managed. | |
- Once you can't solve a certain thing with Expo only, you can officialy "eject" the project with `expo eject`, this generates the project files for xCode and android |
# Browser Matrix | |
This repo should to sell websites and applications for different browsers / devices | |
## Text templates | |
Due to many different browsers and OS combinations, it is not possible to test all variants. | |
You should recommend a test matrix. | |
Aufgrund der Tatsache, dass es eine grosse Anzahl an Browser/OS-Kombinationen gibt, kann nicht jede mögliche Kombination getestet werden. Aus diesem Grund empfiehlt es sicht eine Testmatrix zu definieren. |
Infos and help about Zurich
/** | |
* Moments | |
* | |
* @module :: Model | |
* @description :: A short summary of how this model works and what it represents. | |
* | |
*/ | |
var Waterline = require('waterline'); |
//FightCode can only understand your robot | |
//if its class is called Robot | |
var Robot = function(robot) { | |
}; | |
Robot.prototype.onIdle = function(ev) { | |
var robot = ev.robot; | |
robot.ahead(100); |