mirror of
https://github.com/zoriya/react-native-video.git
synced 2025-12-23 07:35:26 +00:00
fix: move basic sample to typescript
This commit is contained in:
@@ -18,7 +18,7 @@ App::App() noexcept
|
||||
MainComponentName(L"VideoPlayer");
|
||||
|
||||
#if BUNDLE
|
||||
JavaScriptBundleFile(L"index.windows");
|
||||
JavaScriptBundleFile(L"index");
|
||||
InstanceSettings().UseWebDebugger(false);
|
||||
InstanceSettings().UseFastRefresh(false);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user