A Pen by Benjamin Reid on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Support Library class | Android X class | |
---|---|---|
android.support.v8.renderscript.Allocation | android.renderscript.Allocation | |
android.support.v8.renderscript.Element | android.renderscript.Element | |
android.support.v8.renderscript.RenderScript | android.renderscript.RenderScript | |
android.support.v8.renderscript.ScriptIntrinsicBlur | android.renderscript.ScriptIntrinsicBlur | |
android.support.transition.AnimatorUtils | androidx.transition.AnimatorUtils | |
android.support.transition.ArcMotion | androidx.transition.ArcMotion | |
android.support.transition.AutoTransition | androidx.transition.AutoTransition | |
android.support.transition.ChangeBounds | androidx.transition.ChangeBounds | |
android.support.transition.ChangeClipBounds | androidx.transition.ChangeClipBounds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
import React, {Component} from 'react'; | |
import { | |
Text, | |
} from 'react-native'; | |
export default class AppText extends Component { | |
constructor(props) { | |
super(props) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache clean && npm install && npm start -- --reset-cache |
-
Create Ubuntu server instance under Parallels (obviously).
-
Start VM, goto Actions - Install Parallels Tools... to mount the ISO image.
- Note: if this fails, or updating tools for an existing guest you can do the following:
- Goto
Devices
>CD/DVD 1
>Connect Image...
. - Select the following ISO image:
/Applications/Parallels Desktop/Contents/Resources/Tools/prl-tools-lin.iso
. - This will mount the tools CD image.
-
From the terminal, run the following commands: