create-xp-app
create-xp-app copied to clipboard
ReactXP Project Generator
Não consigo criar um novo projeto ou aplicativo react xp! Quando digito "create-xp-app MyProject" no cmd aparece alguns erros! Alguém pode me ajudar a resolver isso, por favor!
there is a problem with project name its always rxphelloworld ! i have to change it manually in android studio and xcode (package="com.rxphelloworld") ((string name="app_name">rxphelloworld/string>)) this is a good module...

Is this project still maintained? Seems to be pretty outdated at this point. If it's helpful, I can submit a PR to get this project up-to-date. Thanks, Madhav.
Is this project still developed? what about adding uwp support? Regards, Manuele
Without the execute permission, the Android build does not run.
Following is the error: >/PATH_TO_CREATE-XP-APP_GENERATED_PROJECT/node_modules/react-native-svg/android/src/main/java/com/horcrux/svg/SvgView.java >Error:(50, 48) error: cannot find symbol variable UNSET There seems to be an [incompatibility](https://github.com/react-native-community/react-native-svg/issues/324) between ReactNative and the embedded SVG library for React Native.
add to the generated code a .gitignore file like https://raw.githubusercontent.com/Microsoft/reactxp/master/samples/TodoList/.gitignore thanks...
Hi @dabit3, Can you please share a guide with us (video or medium article) on how to render a `ReactXP` app on the server? I currently use `React Router v4`...
Enables `dev` script which: - launches webpack-dev-server with react-hot-loader - launches ios emulator from cli Eliminates need to run your own server for testing web and eliminates need to open...