Ionic 2 modifying pages

Hello,
Guys I’m having problem with modifying pages after adding platform ios/android, because if we need to modify anything after adding platform I cannot seeing any way to do so. There is no SRC folder where pages usually lie.

Your help is highly appreciable.

Thanks

What exactly do you mean? Were you able to modify pages before adding the platform? It should be like this: under your src lay all your pages, components, assets etc. Over there you should modify whatever you want. It’s seperate from any build folders for iOS and Android.

If you want to create a new build (based on your src folder) you should run ionic build <platform> orionic run <platform> if you’re on CLI v^2.2.2

So, you have only one src folder. That’s the place you should modify whatever you want. If you want to create a new build, run one of the mentioned commands. Now it creates a new binary for you to run on your device.

1 Like

Thank you for your response. I’ve been digging this for 3 days.
Thank you