@momo-kits/foundation 0.151.1-test.7 → 0.151.1-test.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Button/index.tsx CHANGED
@@ -251,7 +251,7 @@ const Button: FC<ButtonProps> = ({
251
251
  return (
252
252
  <LottieView
253
253
  ref={animationRef}
254
- source={require('./lottie_circle_loader.json')}
254
+ source={require('../Assets/lottie_circle_loader.json')}
255
255
  autoPlay
256
256
  loop
257
257
  colorFilters={[
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.151.1-test.7",
3
+ "version": "0.151.1-test.8",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},
File without changes