Adam Flaxman

Results 3 comments of Adam Flaxman
trafficstars

skip is working for me ```json { "rules": { "react-native/no-raw-text": [ 2, { "skip": ["Animated.Text", "Button", "Link"] } ], } } ```

for me everything works smashingly until `cognitoPool.addTrigger(trigger, this.handler)` which causes the circular dep trail...