Skip to content

Commit 4a64de4

Browse files
authored
Merge pull request #182 from chiaramooney/cm-fix-example
Remove UseJsi() Call from Example
2 parents 20c72db + c394e41 commit 4a64de4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/windows/example/App.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ using namespace Windows::ApplicationModel;
2020
/// </summary>
2121
App::App() noexcept
2222
{
23-
InstanceSettings().UseJsi(true);
2423
#if BUNDLE
2524
JavaScriptBundleFile(L"index.windows");
2625
InstanceSettings().UseWebDebugger(false);

0 commit comments

Comments
 (0)