Every line of 'for loop in react native' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
14 function Loop(_ref) { 15 var size = _ref.size; 16 var strokeColor = _ref.strokeColor; 17 var strokeWidth = _ref.strokeWidth; 18 var fillColor = _ref.fillColor; 19 var svgClass = _ref.svgClass; 20 21 var inlineStyling = { 22 fill: fillColor, 23 stroke: strokeColor, 24 strokeWidth: strokeWidth 25 }; 26 27 return _react2.default.createElement( 28 'svg', 29 { 30 xmlns: 'http://www.w3.org/2000/svg', 31 width: size, 32 height: size, 33 style: inlineStyling, 34 className: svgClass, 35 viewBox: '0 0 8 8' 36 }, 37 _react2.default.createElement('path', { d: 'M6 0v1h-5c-.55 0-1 .45-1 1v1h1v-1h5v1l2-1.5-2-1.5zm-4 4l-2 1.5 2 1.5v-1h5c.55 0 1-.45 1-1v-1h-1v1h-5v-1z' }) 38 ); 39 }
21 var AvLoop = function AvLoop(props) { 22 return _react2.default.createElement( 23 _SvgIcon2.default, 24 props, 25 _react2.default.createElement('path', { d: 'M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z' }) 26 ); 27 };
523 var _loop = function _loop(stateKey) { 524 if (newState[stateKey] !== _this2.state[stateKey]) { 525 propsToUpdate.push(stateKey); 526 _this2.state[stateKey] = newState[stateKey]; 527 528 if (_this2.$s) { 529 if (_this2.$s[stateKey]) { 530 _this2.$s[stateKey].forEach(function (stateObj) { 531 updateDOM$1(stateObj.el, newState[stateKey]); 532 }); 533 } 534 } 535 } 536 };
117 var _loop = function _loop(key) { 118 if (key === "list") { 119 _this[key] = function () { 120 for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { 121 args[_key] = arguments[_key]; 122 } 123 124 _this.queue = [{ 125 fct: params[key], 126 args: args 127 }]; 128 return _this; 129 }; 130 } else { 131 // when we need '$SP().list()' 132 switch (key) { 133 case "get": 134 case "add": 135 case "info": 136 case "view": 137 case "views": 138 case "addAttachment": 139 case "getAttachment": 140 case "getContentTypeInfo": 141 case "getContentTypes": 142 case "getWorkflowID": 143 case "history": 144 case "moderate": 145 case "remove": 146 case "startWorkflow": 147 case "startWorkflow2013": 148 case "stopWorkflow": 149 case "update": 150 case "createFile": 151 case "createFolder": 152 { 153 _this[key] = _this._queueFct(params[key]); 154 break; 155 } 156 157 default: 158 { 159 _this[key] = params[key]; 160 } 161 } 162 } 163 };
54 var _loop = function _loop(index) { 55 var child = _this.props.children[index]; 56 var activeClass = index === _this.state.active ? 'active' : ''; 57 var newChild = void 0; 58 tabs.push(_react2.default.createElement( 59 'div', 60 { onClick: function onClick() { 61 return _this.setState({ active: index }); 62 }, key: index, className: 'rdl-tab ' + activeClass }, 63 child.name 64 )); 65 if (Array.isArray(child.children)) { 66 newChild = _react2.default.createElement( 67 'div', 68 { className: 'rdl-item-body ' + activeClass, key: index }, 69 _react2.default.createElement(_Layout2.default, _extends({ root: false }, child)) 70 ); 71 } else { 72 var Component = _register.components[child.component]; 73 newChild = _react2.default.createElement( 74 'div', 75 { className: 'rdl-item-body ' + activeClass, key: index }, 76 _react2.default.createElement(Component, child.props) 77 ); 78 } 79 children.push(newChild); 80 };
181 var _loop2 = function _loop2(prop) { 182 // normal props 183 if (typeof props[prop] === 'function') { 184 var translatedProp = functionMappings[prop]; // translate React function names in libui names 185 if (typeof _this2.eventParameter[translatedProp] === 'function') { 186 // if we don't have a property, then we use a function, so handle that 187 _this2.element[translatedProp](function () { 188 return props[prop](_this2.eventParameter[translatedProp]()); 189 }); 190 } else if (_this2.eventParameter[translatedProp] !== '') { 191 _this2.element[translatedProp](function () { 192 return props[prop](_this2.element[_this2.eventParameter[translatedProp]]); 193 }); 194 } else { 195 _this2.element[translatedProp](props[prop]); 196 } 197 } else if (prop == 'children') { 198 if (_this2.exists(_this2.childName)) { 199 // prevent stray children from crashing program (like App component) 200 _this2.element[_this2.childName] = props[prop]; 201 } 202 } else { 203 if (prop !== 'selected') { 204 _this2.element[prop] = props[prop]; 205 } 206 } 207 };
36 var _loop = function _loop(_key4) { 37 if (_key4 === "default") return 'continue'; 38 Object.defineProperty(exports, _key4, { 39 enumerable: true, 40 get: function get() { 41 return _animate[_key4]; 42 } 43 }); 44 };
69 value: function enableNativeLoop() { 70 this._nativeLoop = true; 71 }
5 export default function startReact(context, callback) { 6 return ReactDOM.render( 7 , 8 document.getElementById('app'), 9 callback 10 ); 11 }
114 setRepeat (loop) { 115 this.danmakuPlayerOuO.$video.loop = !!loop 116 }