RealOrangeOne/react-native-mock

Mock for i18nManager

Open

#134 aberto em 22 de mai. de 2017

Ver no GitHub
 (3 comments) (2 reactions) (0 assignees)JavaScript (151 forks)github user discovery
BugMockhelp wanted

Métricas do repositório

Stars
 (567 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador