iOS: fix up RNTesterPods

Summary:
A few fixes:
* missing include: folly/Optional.h
* switch folly::Optional's `has_value()` to `hasValue()` for now until folly is upgraded to newer version
* fix up import for RCTTextAttributes.h
* fix up includes for "conversions.h" to use namespaced includes

Reviewed By: mmmulani

Differential Revision: D8021149

fbshipit-source-id: d3955986d3ab6b1d9b61ac1e385767893ce57e5e
This commit is contained in:
Kevin Gozali
2018-05-16 13:35:33 -07:00
committed by Facebook Github Bot
parent 8c74864d7b
commit 128c9343c4
11 changed files with 34 additions and 29 deletions

View File

@@ -8,7 +8,8 @@
#import <UIKit/UIKit.h>
#import <React/RCTTextDecorationLineType.h>
#import <RCTText/RCTTextTransform.h>
#import "RCTTextTransform.h"
NS_ASSUME_NONNULL_BEGIN