Tomas Duringer Jacques de Lima
Tomas Duringer Jacques de Lima
Same here. I got the message: ```├── UNMET PEER DEPENDENCY [email protected] └─┬ [email protected] ├── [email protected] └── [email protected] (git://github.com/lwansbrough/simple-markdown.git#62efb54d923cae20684a58e87ab159b21edda3b1) npm WARN [email protected] requires a peer of react-native@^0.4.0 but none was installed....
Found out that loading modules was not compatible with my react native version. Change the first lines in `./node_modules/react-native-markdown/Markdown.js` and `./node_modules/react-native-markdown/rules.js` to: > import React, { Component } from 'react'...
Same here