RealOrangeOne/react-native-mock

Mock for i18nManager

Open

#134 geöffnet am 22. Mai 2017

Auf GitHub ansehen
 (3 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (151 Forks)github user discovery
BugMockhelp wanted

Repository-Metriken

Stars
 (567 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Hello, I'd like to add a suggestion to create a mock for React.i18nManager.

My team ran into an issue where an OSS module was referring it and failed to build during the test runner setup process. Our workaround is to import react-native-mock in the runner setup script and assign a i18nManager mock. However, it would be nice if react-native-mock supported it out of the box.

Contributor Guide