We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c16db1 commit 96567cdCopy full SHA for 96567cd
1 file changed
example/__tests__/dispose-prop-diffing.harness.tsx
@@ -1,6 +1,6 @@
1
import { describe, it, expect, render, cleanup } from 'react-native-harness';
2
-import { useState, useEffect } from 'react';
3
-import { View, Text } from 'react-native';
+import { useState } from 'react';
+import { View } from 'react-native';
4
import { RiveView, useRiveFile, Fit } from '@rive-app/react-native';
5
6
const BOUNCING_BALL = require('../assets/rive/bouncing_ball.riv');
0 commit comments