I've moved the Facebook App Id into the Config module. If you need it, just do a import Config from './config'; and then you can refer to it by Config.FACEBOOK_APP_ID. Other variables can be put in here in the same way if we find the need.
Make sure to make a copy of the file and name it config.jsx and put your App Id in there.
I've moved the Facebook App Id into the Config module. If you need it, just do a
import Config from './config';
and then you can refer to it byConfig.FACEBOOK_APP_ID
. Other variables can be put in here in the same way if we find the need.Make sure to make a copy of the file and name it
config.jsx
and put your App Id in there.