start-react / native-starter-kit

React Native Starter App with NativeBase + CodePush + Redux

Home Page:http://GeekyAnts.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to rename this project

realironnam opened this issue · comments

I'm follow this post https://medium.com/the-react-native-log/how-to-rename-a-react-native-app-dafd92161c35 to rename the project, but it's not working.

@namnv16 Are you trying to rename Expo app or pure React Native app?

@SupriyaKalghatgi I'm trying to rename pure React Native App
I was rename success by used https://www.npmjs.com/package/react-native-rename.
But I don't know how to build the same project from react-native init. Because I have a trouble with CodePush

@namnv16 could you try these steps?

@milkers this guild is working. But I need to run $./gradlew clean after run $react-native link.

@milkers
there are any tutorial to build the native-starter-kit project from project using "react-native init"

@namnv16 Why do you want to init and build native-starter-kit when this itself is a starter kit?

@namnv16 you do not need to init a project when using native-starter-kit. You just have to clone it and start.

I want to remove CodePush, and step to step to create a project. Because I see some redundancy code in the starter kit. (For example: HomeDrawerRouter.js was define but not using at all)
But I was init successfully project.
Thanks @SupriyaKalghatgi @milkers

@namnv16 it is possible to have some pieces of code that you found irrelevant in the starter kit. I fixed those as my wish in my projects. But still for me, this is the best boilerplate if you are a mid level React Native developer. I think it is easier to cut loose CodePush etc. from the boilerplate rather than adding redux or router to your react-native inited project. Other than that if you find some major problems and have a solution to fix those, you should submit a PR, it is open-source.

@milkers Glad to know that you found this kit useful

@namnv16 Any updates?

Closing this issue due to inactivity
Please reopen this issue, if issue continues