forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the new RCTWKWebView* files to build target on iOS (facebook#21031)
Summary: These files support backing a `WebView` component with the WebKit-based `WKWebView` on iOS. These files need to be included in the Xcode build target so that they are compiled, linked and ultimately available to the UIManager at runtime, so that the correct views can be instantiated when a `WebView` is passed the prop `useWebKit={true}`. Pull Request resolved: facebook#21031 Differential Revision: D9762185 Pulled By: hramos fbshipit-source-id: 0d699e40afd56041cbbb76d77f11ba6932403d6d
- Loading branch information
1 parent
63cbc65
commit 62291ec
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters