I tried to add
<key>UIUserInterfaceStyle</key>
<string>Light</string>
to App_Resources/iOS/Info.plist
But the app still is with dark mode, even after rebuilding it and deleting hooks, node_modules and platforms.
I'm using tns preview --bundle
.