I just tried to follow the instructions in https://github.com/expo/expo#standalone-apps to generate an apk file locally. However I am getting error
const EXPO_CLIENT_UNIVERSAL_MODULES = Modules.getAllForPlatform(‘ios’);
^
TypeError: Cannot read property ‘getAllForPlatform’ of undefined
I am using Nodejs version v8.11.3 on Windows 10 64bit.
Is this script able to run on Windows platform?