Closed sagar0211 closed 3 years ago
https://github.com/applerdotxyz/rn-config-tyler/blob/tailwind-layout/packages/demo/examples/with-appstate/layout.js -- reference
added empty route as routes.routeOne = {}; if we remove this then while rendering it is displaying as Loading on screen
routes.routeOne = {};
Fixed @sagar0211 try app-one
https://github.com/applerdotxyz/rn-config-tyler/blob/tailwind-layout/packages/demo/examples/with-appstate/layout.js -- reference
added empty route as
routes.routeOne = {};
if we remove this then while rendering it is displaying as Loading on screen