{"version":3,"sources":["node_modules\\react-native-web\\dist\\components\\Touchable\\ensureComponentIsNative.js"],"names":["invariant","require","ensureComponentIsNative","component","setNativeProps","module","exports"],"mappings":";;;;;;;;;;;;AAYA;;AAEA,GAAIA,WAAUC,QAAQ,oBAAR,CAAd;;AAEA,GAAIC,yBAAwB,QAASA,wBAAT,CAAiCC,SAAjC,CAA2C;AACvEH;AACAG,WAAW,MAAOA,WAAUC,cAAjB,GAAkC,UAD7C;AAEA,wEAAwE,kBAFxE;;AAIC,CALD;;AAOAC,OAAOC,OAAP,CAAeJ,uBAAf","file":"ensureComponentIsNative.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["\n\n\n\n\n\n\n\n\n\n\n\n'use strict';\n\nvar invariant=require('fbjs/lib/invariant');\n\nvar ensureComponentIsNative=function ensureComponentIsNative(component){\ninvariant(\ncomponent&&typeof component.setNativeProps==='function',\n'Touchable child must either be native or forward setNativeProps to a '+'native component');\n\n};\n\nmodule.exports=ensureComponentIsNative;"]}