Aaron Dail

Results 4 issues of Aaron Dail

## The Overview Firstly, thanks for making this great tool! This is kinda a request for either some new functionality or possibly a new extensibility point. Its a bit long,...

enhancement

I am probably missing something basic, but I created a new RN app today (`react-native init`), installed and setup Cavy, ran the sample tests successfully on Android (`cavy run-android`) but...

question

### Is this a bug report? Yes ### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)? Yes ### Environment Environment: OS: macOS Sierra 10.12.6 Node: 8.4.0 Yarn: 1.0.1 npm: 5.4.1 Watchman: 4.5.0...

Platform: iOS
Help Wanted :octocat:
Issue: Author Provided Repro
Bug

So... I can no longer do this: ``` import { GlobalStrings, LocalizationStringsApi } from 'react-native-localization'; import LocalizedStrings from 'react-native-localization'; ... const myGlobalStrings: GlobalStrings = { en: { ... ... export...