Passing props in React Native is a lightweight operation. It does not directly affect frame rate or battery life significantly. However, excessive or unnecessary prop updates can cause extra re-renders, which may reduce smoothness and increase CPU usage, impacting the target 60fps frame rate.
Memory usage is minimal for simple props like strings or numbers. Passing large objects or functions can increase memory and processing overhead.