Parse.initialize before using Parse

I am not sure what is going wrong in this situation I was using the following template for react-native.

I followed all the correct steps, added the appId and ServerURL to the .env, yarn install and then finally testing on ios ran yarn ios.

I was trying to set up the signUp method from Moralis.signUp to signup a user with username and password however when I run this I get the error “You need to call Parse.initialize before using Parse.”

Can someone explain what I am missing here?

This error usually comes when Moralis is not properly initialised. If possible could you show the env file ?