|
@@ -22,15 +22,16 @@ import PlayerContents from '../components/PlayerContents';
|
|
|
const { width, height } = Dimensions.get('window');
|
|
|
const statusBarHeight = getStatusBarHeight();
|
|
|
const minHeight = 64;
|
|
|
-const midBound = height - 100 * 3;
|
|
|
+// const midBound = height-100*3;
|
|
|
+const midBound = C.n2cls("h61") .height;
|
|
|
const upperBound = midBound + minHeight;
|
|
|
|
|
|
const {
|
|
|
Value,
|
|
|
event,
|
|
|
Extrapolate,
|
|
|
- Clock,
|
|
|
cond,
|
|
|
+ Clock,
|
|
|
eq,
|
|
|
set,
|
|
|
add,
|