Re-enable Text tests on iOS

This commit is contained in:
Mike Grabowski 2019-03-25 21:52:07 +01:00
parent 43d56c181c
commit ad9eb8e935
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ RCT_TEST(ViewExample)
RCT_TEST(LayoutExample)
RCT_TEST(ARTExample)
RCT_TEST(ScrollViewExample)
//RCT_TEST(TextExample)
RCT_TEST(TextExample)
#if !TARGET_OS_TV
// No switch or slider available on tvOS
RCT_TEST(SwitchExample)