Skip to content
Prev Previous commit
Next Next commit
feat: add releaseChannel to Contants.manifest
  • Loading branch information
baransu committed Sep 22, 2020
commit e609b71a0d28a47ce33cac41a61339ed1fd2f65a
3 changes: 2 additions & 1 deletion packages/reason-expo/src/Constants.re
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ type updates = {fallbackToCacheTimeout: int};
type manifest = {
assetBundlePatterns: array(string),
bundleUrl: string,
debuggerHost: string,
releaseChannel: Js.Undefined.t(string),
debuggerHost: Js.Undefined.t(string),
developer,
env: Js.t({.}),
hostUri: string,
Expand Down