You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogService.warn(`RNUILib TextField component will soon be replaced with a new implementation, in order to start the migration - please pass the 'migrate' prop`);
59
+
}
60
+
},[]);
61
+
56
62
if(migrate){
57
63
constmigratedProps=migrateProps(props);
58
64
// @ts-ignore
59
65
return<NewTextField{...migratedProps}ref={ref}/>;
60
66
}else{
61
-
LogService.warn(`RNUILib TextField component will soon be replaced with a new implementation, in order to start the migration - please pass the 'migrate' prop`);
0 commit comments